Inappropriate Language Blocker

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

Was ist Inappropriate Language Blocker?

Inappropriate Language Blocker ist eine Chrome-Erweiterung, die von adamwlam26 entwickelt wurde, und ihr Hauptmerkmal ist "This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension…".

Erweiterungsscreenshots

screenshot

Inappropriate Language Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Inappropriate Language Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Inappropriate Language Blocker Inappropriate Language Blocker
ID biaadlhlkihipalinnfefgggjhmkmlec
Offizielle URL https://chromewebstore.google.com/detail/inappropriate-language-bl/biaadlhlkihipalinnfefgggjhmkmlec
Beschreibung This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension…
Dateigröße 77.17 KB
Installationsanzahl 23
Aktuelle Version 1.1
Letztes Update 2020-04-16
Veröffentlichungsdatum 2020-04-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler adamwlam26
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}