Snapple TEAcision: Hack The Headlines

Take the politics out of your Internet with Snapple’s new Headline Hacker.

Что такое Snapple TEAcision: Hack The Headlines?

Snapple TEAcision: Hack The Headlines - это расширение Chrome, разработанное Snapple, и его основная функция - "Take the politics out of your Internet with Snapple’s new Headline Hacker.".

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

screenshot

Скачать файл CRX расширения Snapple TEAcision: Hack The Headlines

Скачайте файлы расширений Snapple TEAcision: Hack The Headlines в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Are you tired of election coverage? Want more fun in your news feed? Use Snapple’s new Headline Hacker to turn the political conversation from furious to flavorful. It finds the election buzzwords in your Internet and replaces them with something much more entertaining. A “convention” becomes a “food fight.” A “debate” is now a “jamboree.” The list goes on…let the humor begin!                    

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

Название Snapple TEAcision: Hack The Headlines Snapple TEAcision: Hack The Headlines
ID pgoiediknldikbfnomoccgjffgbbeeao
Официальный URL https://chromewebstore.google.com/detail/snapple-teacision-hack-th/pgoiediknldikbfnomoccgjffgbbeeao
Описание Take the politics out of your Internet with Snapple’s new Headline Hacker.
Размер файла 51.9 KB
Количество установок 12
Текущая Версия 1.0.2
Последнее Обновление 2016-10-11
Дата публикации 2016-10-11
Рейтинг 4.86/5 Всего 7 оценок
Разработчик Snapple
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snapple TEAcision: Hack The Headlines",
    "description": "Take the politics out of your Internet with Snapple\u2019s new Headline Hacker.",
    "version": "1.0.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jq.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}