ScriptCat Beta Firefox

Examine source code of ScriptCat Beta

Inspect and view changes in ScriptCat Beta source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_scriptcat__ Beta",
  "version": "0.16.12.1010",
  "author": "CodFrm",
  "description": "__MSG_scriptcat_description__",
  "options_ui": {
    "page": "src/options.html",
    "open_in_tab": true
  },
  "default_locale": "zh_CN",
  "icons": {
    "128": "assets/logo.png"
  },
  "browser_action": {
    "default_popup": "src/popup.html"
  },
  "background": {
    "page": "src/background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "tabs",
    "cookies",
    "storage",
    "downloads",
    "webRequest",
    "<all_urls>",
    "contextMenus",
    "notifications",
    "clipboardWrite",
    "webRequestBlocking"
  ],
  "content_security_policy": "script-src 'self' blob:; object-src 'self' blob:",
  "browser_specific_settings": {
    "gecko": {
      "id": "{44ab8538-2642-46b0-8a57-3942dbc1a33b}",
      "strict_min_version": "91.1.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "authenticationInfo",
          "personallyIdentifyingInfo"
        ]
      }
    }
  },
  "commands": {
    "_execute_browser_action": {}
  }
}

Best ScriptCat Beta Alternatives

Here are some Firefox add-ons that are similar to ScriptCat Beta: