Potato for President 2016

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

Qu'est-ce que Potato for President 2016 ?

Potato for President 2016 est une extension Chrome développée par Evan Krause, et sa fonction principale est "Replace occurences of Presidential Candidate's names with various fruits and vegetables".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Potato for President 2016

Téléchargez les fichiers d'extension Potato for President 2016 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Potato for President 2016 Potato for President 2016
ID doklbodcmibnbeipdhaggnkkoogcopad
URL Officiel https://chrome.google.com/webstore/detail/doklbodcmibnbeipdhaggnkkoogcopad
Description Replace occurences of Presidential Candidate's names with various fruits and vegetables
Taille du Fichier 28.12 KB
Nombre d'Installations 19
Version Actuelle 1.0
Dernière Mise à Jour 2016-09-26
Date de Publication 2016-09-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur Evan Krause
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}