Enough of Sarahah

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

Τι είναι το Enough of Sarahah;

Το Enough of Sarahah είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον anshulmittal712, και η κύρια λειτουργία του είναι "This extension searches the current page and deletes elements which contain sarahah related text".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Enough of Sarahah

Λήψη αρχείων επέκτασης Enough of Sarahah σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Enough of Sarahah Enough of Sarahah
ID olmlfeoimidcefmpgdlpogkjcegnbogh
Επίσημο URL https://chromewebstore.google.com/detail/enough-of-sarahah/olmlfeoimidcefmpgdlpogkjcegnbogh
Περιγραφή This extension searches the current page and deletes elements which contain sarahah related text
Μέγεθος Αρχείου 368 KB
Αριθμός Εγκαταστάσεων 54
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2017-08-14
Ημερομηνία Δημοσίευσης 2017-08-14
Αξιολόγηση 3.93/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής anshulmittal712
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}