Potato for President 2016

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

What is Potato for President 2016?

Potato for President 2016 is a Chrome extension developed by Evan Krause, and its main feature is "Replace occurences of Presidential Candidate's names with various fruits and vegetables".

Extension Screenshots

screenshot

Download Potato for President 2016 Extension CRX File

Download Potato for President 2016 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Potato for President 2016 Potato for President 2016
ID doklbodcmibnbeipdhaggnkkoogcopad
Official URL https://chrome.google.com/webstore/detail/doklbodcmibnbeipdhaggnkkoogcopad
Description Replace occurences of Presidential Candidate's names with various fruits and vegetables
File Size 28.12 KB
Installation Count 19
Current Version 1.0
Last Updated 2016-09-26
Publish Date 2016-09-26
Rating 5.00/5 Total 1 Ratings
Developer Evan Krause
Payment Type free
Supported Languages 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\/"
    ]
}