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
电子邮箱 [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"
}