AntiBrother

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

什么是AntiBrother?

AntiBrother是由peled.roy开发的Chrome扩展程序,该扩展的主要功能是“This app will filter any Israeli Big Brother content from your Facebook feed”。

扩展截图

screenshot

下载AntiBrother扩展crx文件

下载AntiBrother扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 AntiBrother AntiBrother
ID eefahcamldfmbgmfafnjpiccmhlbmagb
官方URL https://chromewebstore.google.com/detail/antibrother/eefahcamldfmbgmfafnjpiccmhlbmagb
简介 This app will filter any Israeli Big Brother content from your Facebook feed
文件大小 81.97 KB
安装次数 58
当前版本 1.2
更新时间 2014-05-15
上架时间 2014-05-15
评分 5.00/5 共14次评分
开发者 peled.roy
付费类型 free
支持的语言 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"
}