Inappropriate Language Blocker

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

Wat is Inappropriate Language Blocker?

Inappropriate Language Blocker is een Chrome-extensie ontwikkeld door adamwlam26, en de belangrijkste functie is "This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Inappropriate Language Blocker

Download Inappropriate Language Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Inappropriate Language Blocker Inappropriate Language Blocker
ID biaadlhlkihipalinnfefgggjhmkmlec
Officiële URL https://chromewebstore.google.com/detail/inappropriate-language-bl/biaadlhlkihipalinnfefgggjhmkmlec
Beschrijving This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension…
Bestandsgrootte 77.17 KB
Aantal Installaties 23
Huidige Versie 1.1
Laatst Bijgewerkt 2020-04-16
Publicatiedatum 2020-04-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar adamwlam26
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}