Potato for President 2016

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

Что такое Potato for President 2016?

Potato for President 2016 - это расширение Chrome, разработанное Evan Krause, и его основная функция - "Replace occurences of Presidential Candidate's names with various fruits and vegetables".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Potato for President 2016

Скачайте файлы расширений Potato for President 2016 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Potato for President 2016 Potato for President 2016
ID doklbodcmibnbeipdhaggnkkoogcopad
Официальный URL https://chrome.google.com/webstore/detail/doklbodcmibnbeipdhaggnkkoogcopad
Описание Replace occurences of Presidential Candidate's names with various fruits and vegetables
Размер файла 28.12 KB
Количество установок 19
Текущая Версия 1.0
Последнее Обновление 2016-09-26
Дата публикации 2016-09-26
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Evan Krause
Тип оплаты free
Поддерживаемые языки 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\/"
    ]
}