AntiBrother

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

Apa itu AntiBrother?

AntiBrother adalah ekstensi Chrome yang dikembangkan oleh peled.roy, dan fitur utamanya adalah "This app will filter any Israeli Big Brother content from your Facebook feed".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AntiBrother

Unduh file ekstensi AntiBrother dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama AntiBrother AntiBrother
ID eefahcamldfmbgmfafnjpiccmhlbmagb
URL Resmi https://chromewebstore.google.com/detail/antibrother/eefahcamldfmbgmfafnjpiccmhlbmagb
Deskripsi This app will filter any Israeli Big Brother content from your Facebook feed
Ukuran File 81.97 KB
Jumlah Instalasi 58
Versi Saat Ini 1.2
Terakhir Diperbarui 2014-05-15
Tanggal Publikasi 2014-05-15
Penilaian 5.00/5 Total 14 Penilaian
Pengembang peled.roy
Tipe Pembayaran free
Bahasa yang Didukung 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"
}