No Haters

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

Cos'è No Haters?

No Haters è un'estensione di Chrome sviluppata da amallah, e la sua funzione principale è "Be notified if you're visiting the website of a company that opposes sexual equality.".

Scarica il file CRX dell'estensione No Haters

Scarica i file di estensione No Haters in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome No Haters No Haters
ID hemgefjejgbbnejnlmlcpipbdbkbhmgo
URL Ufficiale https://chrome.google.com/webstore/detail/no-haters/hemgefjejgbbnejnlmlcpipbdbkbhmgo
Descrizione Be notified if you're visiting the website of a company that opposes sexual equality.
Dimensione del File 21.78 KB
Conteggio Installazioni 86
Versione Corrente 0.1
Ultimo Aggiornamento 2013-09-27
Data di Pubblicazione 2013-09-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore amallah
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}