Enough of Sarahah

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

Co to jest Enough of Sarahah?

Enough of Sarahah to rozszerzenie Chrome opracowane przez anshulmittal712, a jego główną funkcją jest „This extension searches the current page and deletes elements which contain sarahah related text”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Enough of Sarahah

Pobierz pliki rozszerzeń Enough of Sarahah w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Enough of Sarahah Enough of Sarahah
ID olmlfeoimidcefmpgdlpogkjcegnbogh
Oficjalny URL https://chromewebstore.google.com/detail/enough-of-sarahah/olmlfeoimidcefmpgdlpogkjcegnbogh
Opis This extension searches the current page and deletes elements which contain sarahah related text
Rozmiar pliku 368 KB
Liczba instalacji 54
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2017-08-14
Data Publikacji 2017-08-14
Ocena 3.93/5 Łącznie 14 Oceny
Deweloper anshulmittal712
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}