Examine source code of Useful

Inspect and view changes in Useful source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en_US",
  "name": "__MSG_extName__",
  "version": "2.2.9",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "static/images/useful.png",
    "24": "static/images/useful.png",
    "32": "static/images/useful.png",
    "48": "static/images/useful.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "./popup/popup.html",
    "default_title": ""
  },
  "permissions": [
    "downloads"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}