Clarion - Facebook & Twitter Filter

Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.

Clarion - Facebook & Twitter Filterとは何ですか?

Clarion - Facebook & Twitter FilterはMetaCertによって開発されたChromeの拡張機能で、その主な機能は「Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.」です。

拡張機能のスクリーンショット

screenshot

Clarion - Facebook & Twitter Filter拡張機能のCRXファイルをダウンロード

Clarion - Facebook & Twitter Filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Filter tweets based on keywords. Automatically removes Twitter and Facebook ads. 
No need to log into your Twitter or Facebook account through this browser. 

TWITTER FILTER

 - Remove tweets based on keywords/topics
 - Remove tweets that contain #hastags
 - Remove ads
 - Remove friends without unfollowing them

FACEBOOK FILTER

 - Remove ads from Facebook

This extension is brought to you by MetaCert, experts in Web Categorization / Filtering and Mobile Security. We believe in an open web where you decide on what to see and what not to see. 

FOR SUPPORT: http://metacert.com/support                    

拡張機能の基本情報

名前 Clarion - Facebook & Twitter Filter Clarion - Facebook & Twitter Filter
ID kahjalgiciepmlknpcpjllfmmgfobopk
公式URL https://chrome.google.com/webstore/detail/clarion-facebook-twitter/kahjalgiciepmlknpcpjllfmmgfobopk
説明 Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.
ファイルサイズ 250 KB
インストール数 329
現在のバージョン 0.1.5
最終更新日 2017-01-23
公開日 2017-01-23
評価 4.43/5 合計 21 レビュー
開発者 MetaCert
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://metacert.uservoice.com/
プライバシーポリシーページのURL https://metacert.com/privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clarion - Facebook & Twitter Filter",
    "version": "0.1.5",
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "description": "Remove friends without unfollowing them. Remove unwanted and promoted tweets. Remove ads on Facebook.",
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_title": "Clarion",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        "images\/metacert_logo.png",
        "js\/jquery-2.0.3.min.map",
        "images\/icon_19.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/filtering.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "background",
        "unlimitedStorage",
        "https:\/\/api.metacert.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "html\/options.html"
}