Social Filter

Hides posts & tweets with specific words & users on all social websites.

什么是Social Filter?

Social Filter是由https://ahmed-badawy.com开发的Chrome扩展程序,该扩展的主要功能是“Hides posts & tweets with specific words & users on all social websites.”。

扩展截图

screenshot
screenshot

下载Social Filter扩展crx文件

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

扩展使用说明

                        Internet is filled with ADs & stuff you don't want to see Like spoilers, Ads or celebrity you don't want to hear about. 
hide them all with our plugin. you choose the keywords you don't want to see & we hide topics that contains that word from your browser view. don't worry you still can read them if you hover over the red hidden mark.

It works with: Facebook, Twitter, Youtube, Google-Plus, Riddit.                    

扩展基本信息

名称 Social Filter Social Filter
ID pahdoafacnmoblppkhfjaicdmlkplinj
官方URL https://chromewebstore.google.com/detail/social-filter/pahdoafacnmoblppkhfjaicdmlkplinj
简介 Hides posts & tweets with specific words & users on all social websites.
文件大小 637 KB
安装次数 78
当前版本 1.1
更新时间 2016-05-23
上架时间 2016-05-22
评分 4.33/5 共6次评分
开发者 https://ahmed-badawy.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://ahmed-badawy.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Filter",
    "description": "Hides posts & tweets with specific words & users on all social websites.",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "controller.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "http:\/\/www.facebook.com\/*",
                "https:\/\/*.facebook.com\/*",
                "http:\/\/*.facebook.com\/*",
                "https:\/\/www.twitter.com\/*",
                "http:\/\/www.twitter.com\/*",
                "https:\/\/*.twitter.com\/*",
                "http:\/\/*.twitter.com\/*",
                "https:\/\/plus.google.com\/*",
                "http:\/\/plus.google.com\/*",
                "https:\/\/www.reddit.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/runtime-script.js"
            ]
        }
    ]
}