Inappropriate Language Blocker

This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension…

What is Inappropriate Language Blocker?

Inappropriate Language Blocker is a Chrome extension developed by adamwlam26, and its main feature is "This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension…".

Extension Screenshots

screenshot

Download Inappropriate Language Blocker Extension CRX File

Download Inappropriate Language Blocker 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

                        This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension will black out over 50 common inappropriate words, such as swear words.                    

Extension Basic Information

Name Inappropriate Language Blocker Inappropriate Language Blocker
ID biaadlhlkihipalinnfefgggjhmkmlec
Official URL https://chromewebstore.google.com/detail/inappropriate-language-bl/biaadlhlkihipalinnfefgggjhmkmlec
Description This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension…
File Size 77.17 KB
Installation Count 23
Current Version 1.1
Last Updated 2020-04-16
Publish Date 2020-04-12
Rating 5.00/5 Total 1 Ratings
Developer adamwlam26
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inappropriate Language Blocker",
    "version": "1.1",
    "browser_action": {
        "default_icon": {
            "16": "icon.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon.png",
        "32": "icon2.png",
        "64": "icon3.png",
        "128": "icon4.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}