Inappropriate Language Blocker

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

Inappropriate Language Blocker क्या है?

Inappropriate Language Blocker adamwlam26 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Inappropriate Language Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Inappropriate Language Blocker Inappropriate Language Blocker
ID biaadlhlkihipalinnfefgggjhmkmlec
आधिकारिक URL https://chromewebstore.google.com/detail/inappropriate-language-bl/biaadlhlkihipalinnfefgggjhmkmlec
विवरण This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension…
फ़ाइल का आकार 77.17 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-04-16
प्रकाशन तिथि 2020-04-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर adamwlam26
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}