Swear Be Gone

Filters swear/bad words!

What is Swear Be Gone?

Swear Be Gone is a Chrome extension developed by Kabir Singh, and its main feature is "Filters swear/bad words!".

Extension Screenshots

screenshot

Download Swear Be Gone Extension CRX File

Download Swear Be Gone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Filters out most of the popular swear words. You don't have to worry about kids stumbling upon them!

Version: 1.0.1
- Updated censored words so that each letter represent a "*".                    

Extension Basic Information

Name Swear Be Gone Swear Be Gone
ID hbicccdaibeakimkhmgoglhbodhofpnb
Official URL https://chromewebstore.google.com/detail/swear-be-gone/hbicccdaibeakimkhmgoglhbodhofpnb
Description Filters swear/bad words!
File Size 11.25 KB
Installation Count 78
Current Version 1.0.1
Last Updated 2017-03-25
Publish Date 2017-03-25
Rating 2.25/5 Total 4 Ratings
Developer Kabir Singh
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swear Be Gone",
    "version": "1.0.1",
    "description": "Filters swear\/bad words!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}