Enough of Sarahah

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

Was ist Enough of Sarahah?

Enough of Sarahah ist eine Chrome-Erweiterung, die von anshulmittal712 entwickelt wurde, und ihr Hauptmerkmal ist "This extension searches the current page and deletes elements which contain sarahah related text".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Enough of Sarahah-Erweiterungs-CRX-Datei herunterladen

Laden Sie Enough of Sarahah-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Enough of Sarahah Enough of Sarahah
ID olmlfeoimidcefmpgdlpogkjcegnbogh
Offizielle URL https://chromewebstore.google.com/detail/enough-of-sarahah/olmlfeoimidcefmpgdlpogkjcegnbogh
Beschreibung This extension searches the current page and deletes elements which contain sarahah related text
Dateigröße 368 KB
Installationsanzahl 54
Aktuelle Version 0.2
Letztes Update 2017-08-14
Veröffentlichungsdatum 2017-08-14
Bewertung 3.93/5 Insgesamt 14 Bewertungen
Entwickler anshulmittal712
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}