Enough of Sarahah

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

Co je Enough of Sarahah?

Enough of Sarahah je rozšíření Chrome vyvinuté anshulmittal712, a jeho hlavní funkcí je „This extension searches the current page and deletes elements which contain sarahah related text“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Enough of Sarahah

Stáhněte si soubory rozšíření Enough of Sarahah ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Enough of Sarahah Enough of Sarahah
ID olmlfeoimidcefmpgdlpogkjcegnbogh
Oficiální URL https://chromewebstore.google.com/detail/enough-of-sarahah/olmlfeoimidcefmpgdlpogkjcegnbogh
Popis This extension searches the current page and deletes elements which contain sarahah related text
Velikost souboru 368 KB
Počet instalací 54
Aktuální Verze 0.2
Poslední Aktualizace 2017-08-14
Datum Vydání 2017-08-14
Hodnocení 3.93/5 Celkem 14 Hodnocení
Vývojář anshulmittal712
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}