Enough of Sarahah

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

Qu'est-ce que Enough of Sarahah ?

Enough of Sarahah est une extension Chrome développée par anshulmittal712, et sa fonction principale est "This extension searches the current page and deletes elements which contain sarahah related text".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Enough of Sarahah

Téléchargez les fichiers d'extension Enough of Sarahah au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Enough of Sarahah Enough of Sarahah
ID olmlfeoimidcefmpgdlpogkjcegnbogh
URL Officiel https://chromewebstore.google.com/detail/enough-of-sarahah/olmlfeoimidcefmpgdlpogkjcegnbogh
Description This extension searches the current page and deletes elements which contain sarahah related text
Taille du Fichier 368 KB
Nombre d'Installations 54
Version Actuelle 0.2
Dernière Mise à Jour 2017-08-14
Date de Publication 2017-08-14
Évaluation 3.93/5 Total 14 Évaluations
Développeur anshulmittal712
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}