Sarahah Facebook Feed Blocker

Block Facebook Posts containting Sarahah Links of the People you follow

Vad är Sarahah Facebook Feed Blocker?

Sarahah Facebook Feed Blocker är en Chrome-tillägg utvecklad av MyAppClub.in, och dess huvudfunktion är "Block Facebook Posts containting Sarahah Links of the People you follow".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Sarahah Facebook Feed Blocker-förlängningens CRX-fil

Ladda ner Sarahah Facebook Feed Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Sarahah Facebook Feed Blocker Sarahah Facebook Feed Blocker
ID oahkcpaacnaipehbecgaemenbcpjabal
Officiell webbadress https://chromewebstore.google.com/detail/sarahah-facebook-feed-blo/oahkcpaacnaipehbecgaemenbcpjabal
Beskrivning Block Facebook Posts containting Sarahah Links of the People you follow
Filstorlek 30.91 KB
Antal Installationer 11
Aktuell Version 0.0.2
Senast Uppdaterad 2017-08-14
Publiceringsdatum 2017-08-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare MyAppClub.in
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}