Barstool Bad Blogger Extension

Get rid of the bloggers you don't like.

O que é Barstool Bad Blogger Extension?

Barstool Bad Blogger Extension é uma extensão do Chrome desenvolvida por https://www.joecasson.com, e sua principal característica é "Get rid of the bloggers you don't like.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Barstool Bad Blogger Extension

Baixe arquivos de extensão Barstool Bad Blogger Extension 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

                        Every blogger has a bad day once in a while. Use this to do what Portnoy won't: kick'em off the blog.

The Barstool Bad Blogger Extension (BBBE) takes a list of all the bloggers for Barstool Sports and allows you to select the ones you don't want to see on the super page. If you accidentally "fire" someone you like or you actually want to read Nate's blogs again, then you can reset your choices and hire everyone back (no, Nickinsider/Manzo/Pirate Simon, not in real life). Bloggers are fired for a day, after which they're brought back. 

The BBBE doesn't affect Davey Pageviews' ad viewability, so I don't think they should have a problem with it. I'm just really tired of reading Nate's blogs.

If you have any suggestions or want to talk about the technical components, feel free to give me a shout: [email protected]                    

Informações Básicas da Extensão

Nome Barstool Bad Blogger Extension Barstool Bad Blogger Extension
ID hjfmpempdeibfjhlpggleedemhhgipob
URL Oficial https://chromewebstore.google.com/detail/barstool-bad-blogger-exte/hjfmpempdeibfjhlpggleedemhhgipob
Descrição Get rid of the bloggers you don't like.
Tamanho do Arquivo 70.48 KB
Contagem de Instalações 15
Versão Atual 1.0.3
Última Atualização 2016-03-14
Data de Publicação 2016-03-14
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://www.joecasson.com
Tipo de Pagamento free
Site da Extensão http://www.joecasson.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Barstool Bad Blogger Extension",
    "version": "1.0.3",
    "description": "Get rid of the bloggers you don't like.",
    "icons": {
        "16": "stool16.png",
        "48": "stool48.png",
        "128": "stool128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.barstoolsports.com\/",
                "https:\/\/*.barstoolsports.com\/"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "http:\/\/*.barstoolsports.com\/",
        "https:\/\/*.barstoolsports.com\/"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "stool.png",
        "default_popup": "barstoolExtension.html"
    }
}