AntiBrother
This app will filter any Israeli Big Brother content from your Facebook feed
Wat is AntiBrother?
AntiBrother is een Chrome-extensie ontwikkeld door peled.roy, en de belangrijkste functie is "This app will filter any Israeli Big Brother content from your Facebook feed".
Extensie Screenshots
Download het CRX-bestand van de extensie AntiBrother
Download AntiBrother-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
This app will filter any Israeli Big Brother content from your Facebook feed
Basisinformatie over de Extensie
Naam | |
ID | eefahcamldfmbgmfafnjpiccmhlbmagb |
Officiële URL | https://chromewebstore.google.com/detail/antibrother/eefahcamldfmbgmfafnjpiccmhlbmagb |
Beschrijving | This app will filter any Israeli Big Brother content from your Facebook feed |
Bestandsgrootte | 81.97 KB |
Aantal Installaties | 58 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2014-05-15 |
Publicatiedatum | 2014-05-15 |
Beoordeling | 5.00/5 Totaal 14 Beoordelingen |
Ontwikkelaar | peled.roy |
Betalingswijze | free |
Ondersteunde Talen | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AntiBrother", "version": "1.2", "description": "This app will filter any Israeli Big Brother content from your Facebook feed", "icons": { "128": "logo.png" }, "permissions": [ "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*" ], "content_scripts": [ { "js": [ "filter.js" ], "matches": [ "https:\/\/www.facebook.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "default-src 'self' * 'unsafe-inline' 'unsafe-eval'; object-src 'self'; script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/graph.facebook.com https:\/\/api-read.facebook.com" } |