AntiBrother

This app will filter any Israeli Big Brother content from your Facebook feed

Cos'è AntiBrother?

AntiBrother è un'estensione di Chrome sviluppata da peled.roy, e la sua funzione principale è "This app will filter any Israeli Big Brother content from your Facebook feed".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AntiBrother

Scarica i file di estensione AntiBrother 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

                        This app will filter any Israeli Big Brother content from your Facebook feed                    

Informazioni di Base sull'Estensione

Nome AntiBrother AntiBrother
ID eefahcamldfmbgmfafnjpiccmhlbmagb
URL Ufficiale https://chromewebstore.google.com/detail/antibrother/eefahcamldfmbgmfafnjpiccmhlbmagb
Descrizione This app will filter any Israeli Big Brother content from your Facebook feed
Dimensione del File 81.97 KB
Conteggio Installazioni 58
Versione Corrente 1.2
Ultimo Aggiornamento 2014-05-15
Data di Pubblicazione 2014-05-15
Valutazione 5.00/5 Totale 14 Valutazioni
Sviluppatore peled.roy
Tipo di Pagamento free
Lingue Supportate 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"
}