blockunsafe Firefox

Examine source code of blockunsafe

Inspect and view changes in blockunsafe source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "blockunsafe",
  "version": "1.0",
  "description": "Block unsafe(uncomfortable) content on web pages by keywords",
  "icons": {
    "96": "icons/blockunsafe.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "tab_info.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_icon": "icons/blockunsafe.png",
    "default_title": "blockunsafe",
    "default_popup": "popup/show_setting.html"
  }
}

Meilleures alternatives blockunsafe

Voici quelques Firefox add-ons qui sont similaires à blockunsafe :