Potato for President 2016

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

Was ist Potato for President 2016?

Potato for President 2016 ist eine Chrome-Erweiterung, die von Evan Krause entwickelt wurde, und ihr Hauptmerkmal ist "Replace occurences of Presidential Candidate's names with various fruits and vegetables".

Erweiterungsscreenshots

screenshot

Potato for President 2016-Erweiterungs-CRX-Datei herunterladen

Laden Sie Potato for President 2016-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Potato for President 2016 Potato for President 2016
ID doklbodcmibnbeipdhaggnkkoogcopad
Offizielle URL https://chrome.google.com/webstore/detail/doklbodcmibnbeipdhaggnkkoogcopad
Beschreibung Replace occurences of Presidential Candidate's names with various fruits and vegetables
Dateigröße 28.12 KB
Installationsanzahl 19
Aktuelle Version 1.0
Letztes Update 2016-09-26
Veröffentlichungsdatum 2016-09-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Evan Krause
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}