Cat Censor

Censor all of the bad words on screen with some =^.^='s

Cat Censorとは何ですか?

Cat Censorはpwmerriman20によって開発されたChromeの拡張機能で、その主な機能は「Censor all of the bad words on screen with some =^.^='s」です。

拡張機能のスクリーンショット

screenshot

Cat Censor拡張機能のCRXファイルをダウンロード

Cat Censor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Censors all bad words using a cat!                    

拡張機能の基本情報

名前 Cat Censor Cat Censor
ID kdhlpdobgiadcnppfelpnhmdnmplklob
公式URL https://chromewebstore.google.com/detail/cat-censor/kdhlpdobgiadcnppfelpnhmdnmplklob
説明 Censor all of the bad words on screen with some =^.^='s
ファイルサイズ 15.48 KB
インストール数 11
現在のバージョン 1.0.0
最終更新日 2020-08-20
公開日 2020-08-20
評価 5.00/5 合計 1 レビュー
開発者 pwmerriman20
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cat Censor",
    "description": "Censor all of the bad words on screen with some =^.^='s",
    "version": "1.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}