Examine source code of Bad Word Profanity Filter (Censor Bad Language)

Inspect and view changes in Bad Word Profanity Filter (Censor Bad Language) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Word Censorer",
  "manifest_version": 2,
  "version": "1.0",
  "description": "Censor vulgar vocabulary across any website",
  "content_scripts": [
    {
      "js": [
        "fword.js",
        "saword.js",
        "sword.js",
        "dword.js",
        "naword.js",
        "nerword.js",
        "bword.js",
        "aword.js",
        "gword.js",
        "rword.js",
        "seword.js",
        "slword.js",
        "sucword.js",
        "boword.js",
        "hword.js",
        "horword.js",
        "pword.js",
        "puword.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}