Feed Blocker

Block annoying feeds on social media...

Was ist Feed Blocker?

Feed Blocker ist eine Chrome-Erweiterung, die von silanthibot entwickelt wurde, und ihr Hauptmerkmal ist "Block annoying feeds on social media...".

Erweiterungsscreenshots

screenshot
screenshot

Feed Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Feed Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Feed Blocker Feed Blocker
ID bfafecjfeogalhnanmiohcekaoahjndh
Offizielle URL https://chromewebstore.google.com/detail/feed-blocker/bfafecjfeogalhnanmiohcekaoahjndh
Beschreibung Block annoying feeds on social media...
Dateigröße 113 KB
Installationsanzahl 15
Aktuelle Version 0.0.1
Letztes Update 2017-08-15
Veröffentlichungsdatum 2017-08-15
Entwickler silanthibot
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}