Enough of Sarahah

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

O que é Enough of Sarahah?

Enough of Sarahah é uma extensão do Chrome desenvolvida por anshulmittal712, e sua principal característica é "This extension searches the current page and deletes elements which contain sarahah related text".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Enough of Sarahah

Baixe arquivos de extensão Enough of Sarahah no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Enough of Sarahah Enough of Sarahah
ID olmlfeoimidcefmpgdlpogkjcegnbogh
URL Oficial https://chromewebstore.google.com/detail/enough-of-sarahah/olmlfeoimidcefmpgdlpogkjcegnbogh
Descrição This extension searches the current page and deletes elements which contain sarahah related text
Tamanho do Arquivo 368 KB
Contagem de Instalações 54
Versão Atual 0.2
Última Atualização 2017-08-14
Data de Publicação 2017-08-14
Classificação 3.93/5 Total de 14 Avaliações
Desenvolvedor anshulmittal712
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}