Sarahah Facebook Feed Blocker

Block Facebook Posts containting Sarahah Links of the People you follow

What is Sarahah Facebook Feed Blocker?

Sarahah Facebook Feed Blocker is a Chrome extension developed by MyAppClub.in, and its main feature is "Block Facebook Posts containting Sarahah Links of the People you follow".

Extension Screenshots

screenshot
screenshot

Download Sarahah Facebook Feed Blocker Extension CRX File

Download Sarahah Facebook Feed Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sarahah Facebook Feed Blocker Sarahah Facebook Feed Blocker
ID oahkcpaacnaipehbecgaemenbcpjabal
Official URL https://chromewebstore.google.com/detail/sarahah-facebook-feed-blo/oahkcpaacnaipehbecgaemenbcpjabal
Description Block Facebook Posts containting Sarahah Links of the People you follow
File Size 30.91 KB
Installation Count 11
Current Version 0.0.2
Last Updated 2017-08-14
Publish Date 2017-08-13
Rating 5.00/5 Total 1 Ratings
Developer MyAppClub.in
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}