Feed Blocker

Block annoying feeds on social media...

Cos'è Feed Blocker?

Feed Blocker è un'estensione di Chrome sviluppata da silanthibot, e la sua funzione principale è "Block annoying feeds on social media...".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Feed Blocker

Scarica i file di estensione Feed Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Feed Blocker Feed Blocker
ID bfafecjfeogalhnanmiohcekaoahjndh
URL Ufficiale https://chromewebstore.google.com/detail/feed-blocker/bfafecjfeogalhnanmiohcekaoahjndh
Descrizione Block annoying feeds on social media...
Dimensione del File 113 KB
Conteggio Installazioni 15
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-08-15
Data di Pubblicazione 2017-08-15
Sviluppatore silanthibot
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}