Cheeto Voldemort

Replaces Trump with Cheeto Voldemort. That's pretty much all it does.

Cheeto Voldemortとは何ですか?

Cheeto VoldemortはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replaces Trump with Cheeto Voldemort. That's pretty much all it does.」です。

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

screenshot

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

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

拡張機能の使用方法

                        If you're sick of seeing the T word everywhere, this extension will replace it with Cheeto Voldemort.                    

拡張機能の基本情報

名前 Cheeto Voldemort Cheeto Voldemort
ID dgmjkhcljhmmlillfpcdcapiikokggog
公式URL https://chromewebstore.google.com/detail/cheeto-voldemort/dgmjkhcljhmmlillfpcdcapiikokggog
説明 Replaces Trump with Cheeto Voldemort. That's pretty much all it does.
ファイルサイズ 15.86 KB
インストール数 25
現在のバージョン 1.0
最終更新日 2016-11-23
公開日 2016-11-23
評価 5.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cheeto Voldemort",
    "description": "Replaces Trump with Cheeto Voldemort. That's pretty much all it does.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}