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 هو إضافة Chrome تم تطويرها بواسطة adamwlam26، والميزة الرئيسية لها هي "This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Inappropriate Language Blocker

قم بتنزيل ملفات الامتداد Inappropriate Language Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}