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開發的Chrome擴展程式,該擴展的主要功能是“This is an extension aimed at mainly youth and kids to protect their eyes from vulgar and inappropriate language. This extension…”。

擴展截圖

screenshot

下載Inappropriate Language Blocker擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}