Feed Blocker

Block annoying feeds on social media...

Wat is Feed Blocker?

Feed Blocker is een Chrome-extensie ontwikkeld door silanthibot, en de belangrijkste functie is "Block annoying feeds on social media...".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Feed Blocker

Download Feed Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Feed Blocker Feed Blocker
ID bfafecjfeogalhnanmiohcekaoahjndh
Officiële URL https://chromewebstore.google.com/detail/feed-blocker/bfafecjfeogalhnanmiohcekaoahjndh
Beschrijving Block annoying feeds on social media...
Bestandsgrootte 113 KB
Aantal Installaties 15
Huidige Versie 0.0.1
Laatst Bijgewerkt 2017-08-15
Publicatiedatum 2017-08-15
Ontwikkelaar silanthibot
Betalingswijze free
Ondersteunde Talen 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"
    ]
}