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
官方網址 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\/"
    ]
}