ScriptBlock Firefox

Examine source code of ScriptBlock

제작자: Catarina
Inspect and view changes in ScriptBlock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ScriptBlock",
  "version": "1.1.0",
  "description": "Block or allow third-party scripts per domain with one toggle",
  "browser_specific_settings": {
    "gecko": {
      "id": "{7094bc9b-3b10-441a-bfee-71ee8361a338}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "img/i16.png",
    "32": "img/i32.png",
    "48": "img/i48.png",
    "96": "img/i96.png",
    "128": "img/i128.png"
  },
  "browser_action": {
    "default_popup": "dialog/dialog.html",
    "default_icon": {
      "16": "img/i16.png",
      "32": "img/i32.png",
      "48": "img/i48.png",
      "96": "img/i96.png",
      "128": "img/i128.png"
    }
  },
  "background": {
    "scripts": [
      "service.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ]
}

최고의 ScriptBlock 대안

다음은 ScriptBlock과(와) 유사한 Firefox add-on입니다: