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
官方網址 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"
    ]
}