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"
    ]
}