Potato for President 2016

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

Co je Potato for President 2016?

Potato for President 2016 je rozšíření Chrome vyvinuté Evan Krause, a jeho hlavní funkcí je „Replace occurences of Presidential Candidate's names with various fruits and vegetables“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Potato for President 2016

Stáhněte si soubory rozšíření Potato for President 2016 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Potato for President 2016 Potato for President 2016
ID doklbodcmibnbeipdhaggnkkoogcopad
Oficiální URL https://chrome.google.com/webstore/detail/doklbodcmibnbeipdhaggnkkoogcopad
Popis Replace occurences of Presidential Candidate's names with various fruits and vegetables
Velikost souboru 28.12 KB
Počet instalací 19
Aktuální Verze 1.0
Poslední Aktualizace 2016-09-26
Datum Vydání 2016-09-26
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Evan Krause
Typ Platby free
Podporované Jazyky 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\/"
    ]
}