Sarahah Facebook Feed Blocker

Block Facebook Posts containting Sarahah Links of the People you follow

Cos'è Sarahah Facebook Feed Blocker?

Sarahah Facebook Feed Blocker è un'estensione di Chrome sviluppata da MyAppClub.in, e la sua funzione principale è "Block Facebook Posts containting Sarahah Links of the People you follow".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Sarahah Facebook Feed Blocker

Scarica i file di estensione Sarahah Facebook 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

                        Are you fed up of the sarahah links of your facebook friends appearing on your feed again and again?

If yes, this extension is your solution. This will hide all the posts from your facebook feed on chrome which contain sarahah URLs of the people.                    

Informazioni di Base sull'Estensione

Nome Sarahah Facebook Feed Blocker Sarahah Facebook Feed Blocker
ID oahkcpaacnaipehbecgaemenbcpjabal
URL Ufficiale https://chromewebstore.google.com/detail/sarahah-facebook-feed-blo/oahkcpaacnaipehbecgaemenbcpjabal
Descrizione Block Facebook Posts containting Sarahah Links of the People you follow
Dimensione del File 30.91 KB
Conteggio Installazioni 11
Versione Corrente 0.0.2
Ultimo Aggiornamento 2017-08-14
Data di Pubblicazione 2017-08-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore MyAppClub.in
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sarahah Facebook Feed Blocker",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Block Facebook Posts containting Sarahah Links of the People you follow",
    "homepage_url": "http:\/\/myappclub.in\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/www.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}