NOOT NOOT

Replaces swear words with NOOT NOOT.

NOOT NOOTとは何ですか?

NOOT NOOTはanodiumによって開発されたChromeの拡張機能で、その主な機能は「Replaces swear words with NOOT NOOT.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Exactly what it says on the tin; it replaces swear words with NOOT NOOT. Pretty straightforward.                    

拡張機能の基本情報

名前 NOOT NOOT NOOT NOOT
ID pefpfonanmllmikkgkcibbmijobflocb
公式URL https://chromewebstore.google.com/detail/noot-noot/pefpfonanmllmikkgkcibbmijobflocb
説明 Replaces swear words with NOOT NOOT.
ファイルサイズ 22.27 KB
インストール数 134
現在のバージョン Chips Release
最終更新日 2016-09-13
公開日 2016-09-13
評価 4.30/5 合計 20 レビュー
開発者 anodium
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/anodium/noot-noot
ヘルプページのURL https://github.com/anodium/noot-noot/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NOOT NOOT",
    "version": "1.1.0",
    "version_name": "Chips Release",
    "description": "Replaces swear words with NOOT NOOT.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Andrea Garcia",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "noot.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "swear.json"
    ]
}