Scratch Addons Firefox

Examine source code of Scratch Addons

Inspect and view changes in Scratch Addons source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.45.2",
  "version_name": "1.45.2",
  "default_locale": "en",
  "background": {
    "page": "background/background.html"
  },
  "action": {
    "default_popup": "webpages/popup/index.html"
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "1024": "images/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://scratch.mit.edu/*"
      ],
      "run_at": "document_start",
      "js": [
        "libraries/thirdparty/cs/comlink.js",
        "libraries/common/cs/text-color.js",
        "content-scripts/cs.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://scratch.mit.edu/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/prototype-handler.js",
        "content-scripts/load-redux.js",
        "content-scripts/fix-console.js"
      ],
      "all_frames": true
    }
  ],
  "options_ui": {
    "page": "webpages/settings/index.html",
    "open_in_tab": true
  },
  "homepage_url": "https://scratchaddons.com",
  "incognito": "spanning",
  "host_permissions": [
    "https://scratch.mit.edu/*",
    "https://api.scratch.mit.edu/*",
    "https://clouddata.scratch.mit.edu/*"
  ],
  "permissions": [
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "declarativeNetRequestWithHostAccess",
    "storage",
    "contextMenus",
    "alarms"
  ],
  "optional_permissions": [
    "notifications",
    "clipboardWrite"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content-scripts/inject/*",
        "addon-api/*",
        "addons/*",
        "libraries/*/cs/*",
        "addons-l10n/*/*.json",
        "images/cs/*"
      ],
      "matches": [
        "https://*.scratch.mit.edu/*",
        "https://scratchaddons.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "griffpatch@griffpatch.co.uk"
    }
  }
}

Best Scratch Addons Alternatives

Here are some Firefox add-ons that are similar to Scratch Addons: