Profanity Filter Firefox

Examine source code of Profanity Filter

Par : breezdev
Inspect and view changes in Profanity Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Profanity Filter",
  "version": "1.0",
  "description": "A simple profanity filter for web pages.",
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4ae6552f-8bb6-4c68-8d21-a3ac56c688f1}"
    }
  }
}

Meilleures alternatives Profanity Filter

Voici quelques Firefox add-ons qui sont similaires à Profanity Filter :