Fallen Zuma

Impeach Zuma from the Internet

Что такое Fallen Zuma?

Fallen Zuma - это расширение Chrome, разработанное https://www.mitchsaid.com, и его основная функция - "Impeach Zuma from the Internet".

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

screenshot
screenshot

Скачать файл CRX расширения Fallen Zuma

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

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

                        Add this Chrome extension for guaranteed Zuma-free browsing, and live in online world where Zuma has already fallen.

Note: though this extension needs permissions to read page content, absolutely no personal data is read or stored in any way.                    

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

Название Fallen Zuma Fallen Zuma
ID ehpggdllcbcbhabfpiknphnndhnniepe
Официальный URL https://chromewebstore.google.com/detail/fallen-zuma/ehpggdllcbcbhabfpiknphnndhnniepe
Описание Impeach Zuma from the Internet
Размер файла 84.43 KB
Количество установок 29
Текущая Версия 0.1
Последнее Обновление 2016-04-22
Дата публикации 2016-04-21
Рейтинг 5.00/5 Всего 9 оценок
Разработчик https://www.mitchsaid.com
Тип оплаты free
Официальный сайт расширения http://www.mitchsaid.com/fallenzuma
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fallen Zuma",
    "description": "Impeach Zuma from the Internet",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "animate.css"
            ],
            "js": [
                "jquery-2.2.2.min.js",
                "jquery.blast.min.js",
                "wow.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}