CensorIt Firefox

Examine source code of CensorIt

Inspect and view changes in CensorIt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CensorIt",
  "version": "1.3",
  "description": "Blocks distracting or unwanted content by keywords. User can set up a whitelist of domains. Nazarov A.A., 2024",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Censors settings Настройки цензора",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{85116923-10c0-486e-a3c1-cfe46d78e01d}"
    }
  }
}

Best CensorIt Alternatives

Here are some Firefox add-ons that are similar to CensorIt: