Potato for President 2016

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

Co to jest Potato for President 2016?

Potato for President 2016 to rozszerzenie Chrome opracowane przez Evan Krause, a jego główną funkcją jest „Replace occurences of Presidential Candidate's names with various fruits and vegetables”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Potato for President 2016

Pobierz pliki rozszerzeń Potato for President 2016 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Potato for President 2016 Potato for President 2016
ID doklbodcmibnbeipdhaggnkkoogcopad
Oficjalny URL https://chrome.google.com/webstore/detail/doklbodcmibnbeipdhaggnkkoogcopad
Opis Replace occurences of Presidential Candidate's names with various fruits and vegetables
Rozmiar pliku 28.12 KB
Liczba instalacji 19
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-09-26
Data Publikacji 2016-09-26
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Evan Krause
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}