Big Brother Blocker
This plugin will remove all Big Brother and BB -related content from the most popular Finnish news websites.
Wat is Big Brother Blocker?
Big Brother Blocker is een Chrome-extensie ontwikkeld door ville.pv, en de belangrijkste functie is "This plugin will remove all Big Brother and BB -related content from the most popular Finnish news websites.".
Extensie Screenshots
Download het CRX-bestand van de extensie Big Brother Blocker
Download Big Brother Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gjoppkgfoenmfemaobkefghgnfejoood |
Officiële URL | https://chrome.google.com/webstore/detail/big-brother-blocker/gjoppkgfoenmfemaobkefghgnfejoood |
Beschrijving | This plugin will remove all Big Brother and BB -related content from the most popular Finnish news websites. |
Bestandsgrootte | 76.59 KB |
Aantal Installaties | 40 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2014-09-02 |
Publicatiedatum | 2014-09-02 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ville.pv |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |