FBlock Firefox

Examine source code of FBlock

제작자: RupertDev Add-on
Inspect and view changes in FBlock source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "fblock-rupertdev@outlook.com"
    }
  },
  "manifest_version": 2,
  "name": "FBlock",
  "version": "1.1resigned1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Settings",
    "default_icon": {
      "32": "icons/32.png"
    }
  },
  "description": "Simply block sites based on a blacklist.",
  "options_ui": {
    "page": "config/config.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "block.js"
      ]
    }
  ]
}

최고의 FBlock 대안

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