Big Brother Blocker

This plugin will remove all Big Brother and BB -related content from the most popular Finnish news websites.

Cos'è Big Brother Blocker?

Big Brother Blocker è un'estensione di Chrome sviluppata da ville.pv, e la sua funzione principale è "This plugin will remove all Big Brother and BB -related content from the most popular Finnish news websites.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Big Brother Blocker

Scarica i file di estensione Big Brother Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The extension will look for BB or Big Brother related content from mtv.fi, iltasanomat.fi, iltalehti.fi and hs.fi news websites and remove them. See screenshots.                    

Informazioni di Base sull'Estensione

Nome Big Brother Blocker Big Brother Blocker
ID gjoppkgfoenmfemaobkefghgnfejoood
URL Ufficiale https://chrome.google.com/webstore/detail/big-brother-blocker/gjoppkgfoenmfemaobkefghgnfejoood
Descrizione This plugin will remove all Big Brother and BB -related content from the most popular Finnish news websites.
Dimensione del File 76.59 KB
Conteggio Installazioni 40
Versione Corrente 0.0.1
Ultimo Aggiornamento 2014-09-02
Data di Pubblicazione 2014-09-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ville.pv
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Big Brother Blocker",
    "description": "This plugin will remove all Big Brother and BB -related content from the most popular Finnish news websites.",
    "version": "0.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/iltasanomat.fi\/*",
                "http:\/\/www.iltasanomat.fi\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "iltasanomat.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.mtv.fi\/*",
                "http:\/\/mtv.fi\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "mtv.js"
            ]
        },
        {
            "matches": [
                "http:\/\/iltalehti.fi\/*",
                "http:\/\/www.iltalehti.fi\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "iltalehti.js"
            ]
        },
        {
            "matches": [
                "http:\/\/hs.fi\/*",
                "http:\/\/www.hs.fi\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "hs.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}