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\/"
    ]
}