AntiBrother

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

What is AntiBrother?

AntiBrother is a Chrome extension developed by peled.roy, and its main feature is "This app will filter any Israeli Big Brother content from your Facebook feed".

Extension Screenshots

screenshot

Download AntiBrother Extension CRX File

Download AntiBrother extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name AntiBrother AntiBrother
ID eefahcamldfmbgmfafnjpiccmhlbmagb
Official URL https://chromewebstore.google.com/detail/antibrother/eefahcamldfmbgmfafnjpiccmhlbmagb
Description This app will filter any Israeli Big Brother content from your Facebook feed
File Size 81.97 KB
Installation Count 58
Current Version 1.2
Last Updated 2014-05-15
Publish Date 2014-05-15
Rating 5.00/5 Total 14 Ratings
Developer peled.roy
Payment Type free
Supported Languages 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"
}