AI Content Filter – Smart Safe Firefox

Examine source code of AI Content Filter – Smart Safe

By: rezaie
Inspect and view changes in AI Content Filter – Smart Safe source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Content Filter",
  "version": "1.0",
  "description": "A smart filter that blocks explicit content including text, images, videos, and audio.",
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon-48.png"
  },
  "options_page": "options.html",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{123e3567-e89b-12d3-a356-426614174000}"
    }
  }
}

Best AI Content Filter – Smart Safe Alternatives

Here are some Firefox add-ons that are similar to AI Content Filter – Smart Safe: