Profanity Filter for YouTube Firefox

Examine source code of Profanity Filter for YouTube

By: Donovan Add-on
Inspect and view changes in Profanity Filter for YouTube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Profanity Filter for YouTube",
  "version": "3.1.2",
  "description": "Mutes, skips, or bleeps profanity in YouTube videos and redacts captions.",
  "permissions": [
    "storage",
    "tabs",
    "*://www.youtube.com/*",
    "*://m.youtube.com/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Profanity Filter for YouTube",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*",
        "*://m.youtube.com/*"
      ],
      "js": [
        "profanity-data.js",
        "stem-rules.js",
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "page-script.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9abeee9b-72a6-47c3-b0b3-02df1242f12f}",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Profanity Filter for YouTube Alternatives

Here are some Firefox add-ons that are similar to Profanity Filter for YouTube: