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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}