Buzzfree

Free yourself from hyper-targeted listicles.

O que é Buzzfree?

Buzzfree é uma extensão do Chrome desenvolvida por Dustin Coates, e sua principal característica é "Free yourself from hyper-targeted listicles.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Buzzfree

Baixe arquivos de extensão Buzzfree 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

                        Maybe you've had enough of lists like "The Top 43 Things Only People from Towns of Less Than 500 but More Than 304 People Will Understand."

Buzzfree removes all Buzzfeed links from your Facebook and Twitter feeds.

Permissions require access on Facebook and Twitter (both www and non-www) to find and remove links in your feed. Permissions require access to Buzzfeed for future functionality that will redirect you if a link is hidden in a link shortener.

This is still in beta. Some links might slip through if wrapped in bit.ly or another shortener. If you notice something coming through or have any feedback, feel free to email [email protected].                    

Informações Básicas da Extensão

Nome Buzzfree Buzzfree
ID jbanaelmmihnemigbebcbgfjbgkpmeag
URL Oficial https://chrome.google.com/webstore/detail/buzzfree/jbanaelmmihnemigbebcbgfjbgkpmeag
Descrição Free yourself from hyper-targeted listicles.
Tamanho do Arquivo 21.44 KB
Contagem de Instalações 17
Versão Atual 1.1.4
Última Atualização 2014-06-25
Data de Publicação 2014-06-25
Classificação 4.43/5 Total de 7 Avaliações
Desenvolvedor Dustin Coates
Tipo de Pagamento free
Site da Extensão http://dcoates.com/buzzfree
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Buzzfree",
    "description": "Free yourself from hyper-targeted listicles.",
    "version": "1.1.4",
    "manifest_version": 2,
    "author": "Dustin Coates",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/*.buzzfeed.com\/*",
                "*:\/\/buzzfeed.com\/*"
            ],
            "js": [
                "buzzfree.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}