Feed Blocker

Block annoying feeds on social media...

什么是Feed Blocker?

Feed Blocker是由silanthibot开发的Chrome扩展程序,该扩展的主要功能是“Block annoying feeds on social media...”。

扩展截图

screenshot
screenshot

下载Feed Blocker扩展crx文件

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

扩展使用说明

                        Tired of sarahah posts on facebook?
Block annoying feed from specific app or website on websites like facebook etc.
This analyses the images on your news feed and tries to find if it is a sarahah photo or not. If yes, it removes them for you.. You can enable and disable the content you wish to see at any time.                    

扩展基本信息

名称 Feed Blocker Feed Blocker
ID bfafecjfeogalhnanmiohcekaoahjndh
官方URL https://chromewebstore.google.com/detail/feed-blocker/bfafecjfeogalhnanmiohcekaoahjndh
简介 Block annoying feeds on social media...
文件大小 113 KB
安装次数 15
当前版本 0.0.1
更新时间 2017-08-15
上架时间 2017-08-15
开发者 silanthibot
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feed Blocker",
    "description": "Block annoying feeds on social media...",
    "version": "0.0.1",
    "optional_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "FB Feed Blocker",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/logo.png",
        "22": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "web_accessible_resources": [
        "img\/logo.png"
    ]
}