Enough of Sarahah

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

Cos'è Enough of Sarahah?

Enough of Sarahah è un'estensione di Chrome sviluppata da anshulmittal712, e la sua funzione principale è "This extension searches the current page and deletes elements which contain sarahah related text".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Enough of Sarahah

Scarica i file di estensione Enough of Sarahah in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Enough of Sarahah Enough of Sarahah
ID olmlfeoimidcefmpgdlpogkjcegnbogh
URL Ufficiale https://chromewebstore.google.com/detail/enough-of-sarahah/olmlfeoimidcefmpgdlpogkjcegnbogh
Descrizione This extension searches the current page and deletes elements which contain sarahah related text
Dimensione del File 368 KB
Conteggio Installazioni 54
Versione Corrente 0.2
Ultimo Aggiornamento 2017-08-14
Data di Pubblicazione 2017-08-14
Valutazione 3.93/5 Totale 14 Valutazioni
Sviluppatore anshulmittal712
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}