BuzzFeed Delisticator

De-listicate BuzzFeed.

Что такое BuzzFeed Delisticator?

BuzzFeed Delisticator - это расширение Chrome, разработанное http://jasonlefkowitz.net, и его основная функция - "De-listicate BuzzFeed.".

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

screenshot

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

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

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

                        Listicles! They're the Natty Light of online publishing -- all empty calories that leave you with a sad, watery pseudo-buzz.

And nobody crams more completely content-free listicles onto their home page than the fine folks at BuzzFeed. Which can make it hard to pick through them all to find anything else.

Enter Delisticator! It helpfully scans the BuzzFeed homepage for useless listicles, and grays them out so non-listicle stories are more visually prominent. Move the mouse cursor over any grayed-out listicle to bring it forward and see its original headline.                    

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

Название BuzzFeed Delisticator BuzzFeed Delisticator
ID egdbmlkndoidogdaeaimbkojoeopcgfc
Официальный URL https://chrome.google.com/webstore/detail/buzzfeed-delisticator/egdbmlkndoidogdaeaimbkojoeopcgfc
Описание De-listicate BuzzFeed.
Размер файла 105 KB
Количество установок 30
Текущая Версия 1.1
Последнее Обновление 2016-10-11
Дата публикации 2016-10-11
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://jasonlefkowitz.net
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BuzzFeed Delisticator",
    "description": "De-listicate BuzzFeed.",
    "version": "1.1",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.buzzfeed.com\/"
            ],
            "js": [
                "jquery-2.0.3.js",
                "mutation_summary.js",
                "tree_mirror.js",
                "delisticator.js"
            ],
            "css": [
                "delisticator.css"
            ]
        }
    ]
}