AntiBrother
This app will filter any Israeli Big Brother content from your Facebook feed
Was ist AntiBrother?
AntiBrother ist eine Chrome-Erweiterung, die von peled.roy entwickelt wurde, und ihr Hauptmerkmal ist "This app will filter any Israeli Big Brother content from your Facebook feed".
Erweiterungsscreenshots
AntiBrother-Erweiterungs-CRX-Datei herunterladen
Laden Sie AntiBrother-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This app will filter any Israeli Big Brother content from your Facebook feed
Grundlegende Informationen zur Erweiterung
Name | |
ID | eefahcamldfmbgmfafnjpiccmhlbmagb |
Offizielle URL | https://chromewebstore.google.com/detail/antibrother/eefahcamldfmbgmfafnjpiccmhlbmagb |
Beschreibung | This app will filter any Israeli Big Brother content from your Facebook feed |
Dateigröße | 81.97 KB |
Installationsanzahl | 58 |
Aktuelle Version | 1.2 |
Letztes Update | 2014-05-15 |
Veröffentlichungsdatum | 2014-05-15 |
Bewertung | 5.00/5 Insgesamt 14 Bewertungen |
Entwickler | peled.roy |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |