Potato for President 2016

Replace occurences of Presidential Candidate's names with various fruits and vegetables

Potato for President 2016とは何ですか?

Potato for President 2016はEvan Krauseによって開発されたChromeの拡張機能で、その主な機能は「Replace occurences of Presidential Candidate's names with various fruits and vegetables」です。

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

screenshot

Potato for President 2016拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If you've ever thought, "Gee, I wish the current Candidates for the Presidency of the United States of America were named after fruits and/or vegetables", well, this extension is for you. It will automatically replace Candidate Clinton's and Candidate Trump's names with random fruits and vegetables on any page you visit. Unsatisfied with the fruit and/or vegetable given? Just reload to get a new one!                    

拡張機能の基本情報

名前 Potato for President 2016 Potato for President 2016
ID doklbodcmibnbeipdhaggnkkoogcopad
公式URL https://chrome.google.com/webstore/detail/doklbodcmibnbeipdhaggnkkoogcopad
説明 Replace occurences of Presidential Candidate's names with various fruits and vegetables
ファイルサイズ 28.12 KB
インストール数 19
現在のバージョン 1.0
最終更新日 2016-09-26
公開日 2016-09-26
評価 5.00/5 合計 1 レビュー
開発者 Evan Krause
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Potato for President 2016",
    "description": "Replace occurences of Presidential Candidate's names with various fruits and vegetables",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fruits.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}