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
公式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
Eメール [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"
            ]
        }
    ]
}