Sarahah Block

This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)

O que é Sarahah Block?

Sarahah Block é uma extensão do Chrome desenvolvida por swapydapy, e sua principal característica é "This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sarahah Block

Baixe arquivos de extensão Sarahah Block 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

                        This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com 
You can see the post if you want to :)                    

Informações Básicas da Extensão

Nome Sarahah Block Sarahah Block
ID cimhbfgnhljfobaekifiljikjecfofgm
URL Oficial https://chromewebstore.google.com/detail/sarahah-block/cimhbfgnhljfobaekifiljikjecfofgm
Descrição This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)
Tamanho do Arquivo 73.37 KB
Contagem de Instalações 15
Versão Atual 0.3
Última Atualização 2017-08-17
Data de Publicação 2017-08-17
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor swapydapy
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": "Sarahah Block",
    "version": "0.3",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "mutation-summary.js",
                "cleaner.js",
                "content.js"
            ],
            "css": [
                "fix.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}