No Haters

Be notified if you're visiting the website of a company that opposes sexual equality.

O que é No Haters?

No Haters é uma extensão do Chrome desenvolvida por amallah, e sua principal característica é "Be notified if you're visiting the website of a company that opposes sexual equality.".

Baixar o arquivo CRX da Extensão No Haters

Baixe arquivos de extensão No Haters 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

                        Fork of the NoSOPA chrome extension to do the same kind of banner for sites that are against LGBT rights.                    

Informações Básicas da Extensão

Nome No Haters No Haters
ID hemgefjejgbbnejnlmlcpipbdbkbhmgo
URL Oficial https://chrome.google.com/webstore/detail/no-haters/hemgefjejgbbnejnlmlcpipbdbkbhmgo
Descrição Be notified if you're visiting the website of a company that opposes sexual equality.
Tamanho do Arquivo 21.78 KB
Contagem de Instalações 86
Versão Atual 0.1
Última Atualização 2013-09-27
Data de Publicação 2013-09-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor amallah
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Haters",
    "version": "0.1",
    "description": "Be notified if you're visiting the website of a company that opposes sexual equality.",
    "background": {
        "page": "bg.html"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Known Opponent to Sexual Equality! Click to toggle this popup."
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs"
    ]
}