Enough of Sarahah

This extension searches the current page and deletes elements which contain sarahah related text

What is Enough of Sarahah?

Enough of Sarahah is a Chrome extension developed by anshulmittal712, and its main feature is "This extension searches the current page and deletes elements which contain sarahah related text".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Enough of Sarahah Extension CRX File

Download Enough of Sarahah 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

                        Tired of Sarahaha? Me too! So I decided to go ahead and make this extension. 
It a simple extension that looks for divs, links, images, spans etc which contain "sarahah" and removes it!
In addition, it also looks for "text-y" images (on Facebook) with a color theme similar to that of Sarahah and removes those images as well. The result? A Sarahah-free news feed! :)                    

Extension Basic Information

Name Enough of Sarahah Enough of Sarahah
ID olmlfeoimidcefmpgdlpogkjcegnbogh
Official URL https://chromewebstore.google.com/detail/enough-of-sarahah/olmlfeoimidcefmpgdlpogkjcegnbogh
Description This extension searches the current page and deletes elements which contain sarahah related text
File Size 368 KB
Installation Count 54
Current Version 0.2
Last Updated 2017-08-14
Publish Date 2017-08-14
Rating 3.93/5 Total 14 Ratings
Developer anshulmittal712
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enough of Sarahah",
    "description": "This extension searches the current page and deletes elements which contain sarahah related text",
    "version": "0.2",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "underscore.js",
                "color-thief.min.js",
                "underscore.string.min.js",
                "default.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "activeTab"
    ]
}