Feed Blocker

Block annoying feeds on social media...

What is Feed Blocker?

Feed Blocker is a Chrome extension developed by silanthibot, and its main feature is "Block annoying feeds on social media...".

Extension Screenshots

screenshot
screenshot

Download Feed Blocker Extension CRX File

Download Feed Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Feed Blocker Feed Blocker
ID bfafecjfeogalhnanmiohcekaoahjndh
Official URL https://chromewebstore.google.com/detail/feed-blocker/bfafecjfeogalhnanmiohcekaoahjndh
Description Block annoying feeds on social media...
File Size 113 KB
Installation Count 15
Current Version 0.0.1
Last Updated 2017-08-15
Publish Date 2017-08-15
Developer silanthibot
Payment Type free
Supported Languages 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"
    ]
}