Enough of Sarahah

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

Wat is Enough of Sarahah?

Enough of Sarahah is een Chrome-extensie ontwikkeld door anshulmittal712, en de belangrijkste functie is "This extension searches the current page and deletes elements which contain sarahah related text".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Enough of Sarahah

Download Enough of Sarahah-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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! :)                    

Basisinformatie over de Extensie

Naam Enough of Sarahah Enough of Sarahah
ID olmlfeoimidcefmpgdlpogkjcegnbogh
Officiële URL https://chromewebstore.google.com/detail/enough-of-sarahah/olmlfeoimidcefmpgdlpogkjcegnbogh
Beschrijving This extension searches the current page and deletes elements which contain sarahah related text
Bestandsgrootte 368 KB
Aantal Installaties 54
Huidige Versie 0.2
Laatst Bijgewerkt 2017-08-14
Publicatiedatum 2017-08-14
Beoordeling 3.93/5 Totaal 14 Beoordelingen
Ontwikkelaar anshulmittal712
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}