Check All Scripts with URLVoid Firefox

Examine source code of Check All Scripts with URLVoid

제작자: Howard Chiam
Inspect and view changes in Check All Scripts with URLVoid source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "{c64b7090-a19c-41f5-a624-490cd627ce06}"
    }
  },
  "name": "Check All Scripts with URLVoid",
  "description": "Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)",
  "version": "3.1.0",
  "homepage_url": "https://github.com/hchiam/urlvoid-firefox-extension",
  "icons": {
    "48": "icon.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "brain.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png",
      "128": "icon128.png"
    }
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}

최고의 Check All Scripts with URLVoid 대안

다음은 Check All Scripts with URLVoid과(와) 유사한 Firefox add-on입니다: