BuzzFeed Delisticator

De-listicate BuzzFeed.

O que é BuzzFeed Delisticator?

BuzzFeed Delisticator é uma extensão do Chrome desenvolvida por http://jasonlefkowitz.net, e sua principal característica é "De-listicate BuzzFeed.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BuzzFeed Delisticator

Baixe arquivos de extensão BuzzFeed Delisticator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome BuzzFeed Delisticator BuzzFeed Delisticator
ID egdbmlkndoidogdaeaimbkojoeopcgfc
URL Oficial https://chrome.google.com/webstore/detail/buzzfeed-delisticator/egdbmlkndoidogdaeaimbkojoeopcgfc
Descrição De-listicate BuzzFeed.
Tamanho do Arquivo 105 KB
Contagem de Instalações 30
Versão Atual 1.1
Última Atualização 2016-10-11
Data de Publicação 2016-10-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://jasonlefkowitz.net
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}