Inappropriate Language Blocker

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

Hvad er Inappropriate Language Blocker?

Inappropriate Language Blocker er en Chrome-udvidelse udviklet af adamwlam26, og dens hovedfunktion er "This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension…".

Udvidelsesskærmbilleder

screenshot

Download Inappropriate Language Blocker-udvidelses-CRX-fil

Download Inappropriate Language Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Inappropriate Language Blocker Inappropriate Language Blocker
ID biaadlhlkihipalinnfefgggjhmkmlec
Officiel URL https://chromewebstore.google.com/detail/inappropriate-language-bl/biaadlhlkihipalinnfefgggjhmkmlec
Beskrivelse This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension…
Filstørrelse 77.17 KB
Antal Installationer 23
Nuværende Version 1.1
Senest Opdateret 2020-04-16
Udgivelsesdato 2020-04-12
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler adamwlam26
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}