Enough of Sarahah

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

Hvad er Enough of Sarahah?

Enough of Sarahah er en Chrome-udvidelse udviklet af anshulmittal712, og dens hovedfunktion er "This extension searches the current page and deletes elements which contain sarahah related text".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Enough of Sarahah-udvidelses-CRX-fil

Download Enough of Sarahah-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Enough of Sarahah Enough of Sarahah
ID olmlfeoimidcefmpgdlpogkjcegnbogh
Officiel URL https://chromewebstore.google.com/detail/enough-of-sarahah/olmlfeoimidcefmpgdlpogkjcegnbogh
Beskrivelse This extension searches the current page and deletes elements which contain sarahah related text
Filstørrelse 368 KB
Antal Installationer 54
Nuværende Version 0.2
Senest Opdateret 2017-08-14
Udgivelsesdato 2017-08-14
Bedømmelse 3.93/5 Samlet 14 Bedømmelser
Udvikler anshulmittal712
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}