Plugin Block BBB

Elimina todo o conteúdo referente ao BBB, o Big Brother Brasil. Da Internet INTEIRA.

Vad är Plugin Block BBB?

Plugin Block BBB är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Elimina todo o conteúdo referente ao BBB, o Big Brother Brasil. Da Internet INTEIRA.".

Tilläggsskärmbilder

screenshot

Ladda ner Plugin Block BBB-förlängningens CRX-fil

Ladda ner Plugin Block BBB-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Elimina todo o conteúdo referente ao BBB, o Big Brother Brasil. Da Internet INTEIRA.
Cansado de ver "conteúdo" sobre o Big Brother em todo lugar? Esta extensão elimina automaticamente das páginas que você visita qualquer menção ao "reality" show mais odiado do Brasil.

Funciona em tempo real, limpando qualquer site: portais de notícias, redes sociais, blogs, receitas à base de tahine... navegue sem perigo de ficar sabendo o que acontece na casa mais tosca do Brasil!                    

Grundläggande Information om Tillägg

Namn Plugin Block BBB Plugin Block BBB
ID cjjimnikagpcoecmlkdjfendologjafe
Officiell webbadress https://chromewebstore.google.com/detail/plugin-block-bbb/cjjimnikagpcoecmlkdjfendologjafe
Beskrivning Elimina todo o conteúdo referente ao BBB, o Big Brother Brasil. Da Internet INTEIRA.
Filstorlek 104 KB
Antal Installationer 117
Aktuell Version 0.1.0
Senast Uppdaterad 2016-03-18
Publiceringsdatum 2016-03-18
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/jquery-1.10.2.min.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Elimina todo o conte\u00fado referente ao BBB, o Big Brother Brasil. Da Internet INTEIRA.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Plugin Block BBB",
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "cookies"
    ],
    "version": "0.1.0",
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon48.png",
        "images\/icon128.png",
        "js\/jquery-1.10.2.min.map"
    ]
}