Sarahah Facebook Feed Blocker

Block Facebook Posts containting Sarahah Links of the People you follow

Co je Sarahah Facebook Feed Blocker?

Sarahah Facebook Feed Blocker je rozšíření Chrome vyvinuté MyAppClub.in, a jeho hlavní funkcí je „Block Facebook Posts containting Sarahah Links of the People you follow“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Sarahah Facebook Feed Blocker

Stáhněte si soubory rozšíření Sarahah Facebook Feed Blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Sarahah Facebook Feed Blocker Sarahah Facebook Feed Blocker
ID oahkcpaacnaipehbecgaemenbcpjabal
Oficiální URL https://chromewebstore.google.com/detail/sarahah-facebook-feed-blo/oahkcpaacnaipehbecgaemenbcpjabal
Popis Block Facebook Posts containting Sarahah Links of the People you follow
Velikost souboru 30.91 KB
Počet instalací 11
Aktuální Verze 0.0.2
Poslední Aktualizace 2017-08-14
Datum Vydání 2017-08-13
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář MyAppClub.in
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}