No Haters

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

Wat is No Haters?

No Haters is een Chrome-extensie ontwikkeld door amallah, en de belangrijkste functie is "Be notified if you're visiting the website of a company that opposes sexual equality.".

Download het CRX-bestand van de extensie No Haters

Download No Haters-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam No Haters No Haters
ID hemgefjejgbbnejnlmlcpipbdbkbhmgo
Officiële URL https://chrome.google.com/webstore/detail/no-haters/hemgefjejgbbnejnlmlcpipbdbkbhmgo
Beschrijving Be notified if you're visiting the website of a company that opposes sexual equality.
Bestandsgrootte 21.78 KB
Aantal Installaties 86
Huidige Versie 0.1
Laatst Bijgewerkt 2013-09-27
Publicatiedatum 2013-09-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar amallah
Betalingswijze free
Ondersteunde Talen 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"
    ]
}