Buzzkill.in

Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites

Что такое Buzzkill.in?

Buzzkill.in - это расширение Chrome, разработанное harman314, и его основная функция - "Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites".

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

screenshot
screenshot

Скачать файл CRX расширения Buzzkill.in

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

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

                        Just hover above a viral article to see a Buzzkiller. Click the Buzzkill icon to submit a new Buzzkill

The 'Buzzkills' will be crowdsourced and it might take some time before you eventually start seeing them. In the meantime, serve humanity by submitting new ones yourself.                    

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

Название Buzzkill.in Buzzkill.in
ID ejgdkflincoehpegpicmgbjckfobapci
Официальный URL https://chrome.google.com/webstore/detail/buzzkillin/ejgdkflincoehpegpicmgbjckfobapci
Описание Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites
Размер файла 32.33 KB
Количество установок 64
Текущая Версия 0.0.0.2
Последнее Обновление 2015-02-03
Дата публикации 2015-02-03
Рейтинг 3.80/5 Всего 5 оценок
Разработчик harman314
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Buzzkill.in",
    "description": "Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites",
    "version": "0.0.0.2",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "parse-1.3.4.min.js",
                "eventPage.js"
            ]
        }
    ]
}