Potato for President 2016

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

Vad är Potato for President 2016?

Potato for President 2016 är en Chrome-tillägg utvecklad av Evan Krause, och dess huvudfunktion är "Replace occurences of Presidential Candidate's names with various fruits and vegetables".

Tilläggsskärmbilder

screenshot

Ladda ner Potato for President 2016-förlängningens CRX-fil

Ladda ner Potato for President 2016-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Potato for President 2016 Potato for President 2016
ID doklbodcmibnbeipdhaggnkkoogcopad
Officiell webbadress https://chrome.google.com/webstore/detail/doklbodcmibnbeipdhaggnkkoogcopad
Beskrivning Replace occurences of Presidential Candidate's names with various fruits and vegetables
Filstorlek 28.12 KB
Antal Installationer 19
Aktuell Version 1.0
Senast Uppdaterad 2016-09-26
Publiceringsdatum 2016-09-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Evan Krause
Betalningssätt free
Stödda Språk 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\/"
    ]
}