AntiBrother

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

Co to jest AntiBrother?

AntiBrother to rozszerzenie Chrome opracowane przez peled.roy, a jego główną funkcją jest „This app will filter any Israeli Big Brother content from your Facebook feed”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AntiBrother

Pobierz pliki rozszerzeń AntiBrother w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa AntiBrother AntiBrother
ID eefahcamldfmbgmfafnjpiccmhlbmagb
Oficjalny URL https://chromewebstore.google.com/detail/antibrother/eefahcamldfmbgmfafnjpiccmhlbmagb
Opis This app will filter any Israeli Big Brother content from your Facebook feed
Rozmiar pliku 81.97 KB
Liczba instalacji 58
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2014-05-15
Data Publikacji 2014-05-15
Ocena 5.00/5 Łącznie 14 Oceny
Deweloper peled.roy
Typ Płatności free
Obsługiwane Języki 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"
}