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"
}