Sarahah Block

This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)

What is Sarahah Block?

Sarahah Block is a Chrome extension developed by swapydapy, and its main feature is "This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)".

Extension Screenshots

screenshot

Download Sarahah Block Extension CRX File

Download Sarahah Block 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

                        This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com 
You can see the post if you want to :)                    

Extension Basic Information

Name Sarahah Block Sarahah Block
ID cimhbfgnhljfobaekifiljikjecfofgm
Official URL https://chromewebstore.google.com/detail/sarahah-block/cimhbfgnhljfobaekifiljikjecfofgm
Description This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)
File Size 73.37 KB
Installation Count 15
Current Version 0.3
Last Updated 2017-08-17
Publish Date 2017-08-17
Rating 5.00/5 Total 8 Ratings
Developer swapydapy
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sarahah Block",
    "version": "0.3",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "mutation-summary.js",
                "cleaner.js",
                "content.js"
            ],
            "css": [
                "fix.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}