Potato for President 2016

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

Cos'è Potato for President 2016?

Potato for President 2016 è un'estensione di Chrome sviluppata da Evan Krause, e la sua funzione principale è "Replace occurences of Presidential Candidate's names with various fruits and vegetables".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Potato for President 2016

Scarica i file di estensione Potato for President 2016 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Potato for President 2016 Potato for President 2016
ID doklbodcmibnbeipdhaggnkkoogcopad
URL Ufficiale https://chrome.google.com/webstore/detail/doklbodcmibnbeipdhaggnkkoogcopad
Descrizione Replace occurences of Presidential Candidate's names with various fruits and vegetables
Dimensione del File 28.12 KB
Conteggio Installazioni 19
Versione Corrente 1.0
Ultimo Aggiornamento 2016-09-26
Data di Pubblicazione 2016-09-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Evan Krause
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}