Ted Cruz Potato

This extension turns all references to Ted Cruz into 'a potato'

Ted Cruz Potatoとは何ですか?

Ted Cruz Potatoはnatekandlerによって開発されたChromeの拡張機能で、その主な機能は「This extension turns all references to Ted Cruz into 'a potato'」です。

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

screenshot

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

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

拡張機能の使用方法

                        Turns all references to Ted Cruz into 'A Potato' and replaces images with Cruz in the alt or src with an image of a potato                    

拡張機能の基本情報

名前 Ted Cruz Potato Ted Cruz Potato
ID kfjelmikbelnnmlgmbmfpjkbiejgadag
公式URL https://chromewebstore.google.com/detail/ted-cruz-potato/kfjelmikbelnnmlgmbmfpjkbiejgadag
説明 This extension turns all references to Ted Cruz into 'a potato'
ファイルサイズ 3.69 KB
インストール数 305
現在のバージョン 0.1
最終更新日 2016-03-10
公開日 2016-03-09
評価 5.00/5 合計 7 レビュー
開発者 natekandler
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ted Cruz Potato",
    "description": "This extension turns all references to Ted Cruz into 'a potato'",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}