No Haters

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

Qu'est-ce que No Haters ?

No Haters est une extension Chrome développée par amallah, et sa fonction principale est "Be notified if you're visiting the website of a company that opposes sexual equality.".

Télécharger le fichier CRX de l'extension No Haters

Téléchargez les fichiers d'extension No Haters au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom No Haters No Haters
ID hemgefjejgbbnejnlmlcpipbdbkbhmgo
URL Officiel https://chrome.google.com/webstore/detail/no-haters/hemgefjejgbbnejnlmlcpipbdbkbhmgo
Description Be notified if you're visiting the website of a company that opposes sexual equality.
Taille du Fichier 21.78 KB
Nombre d'Installations 86
Version Actuelle 0.1
Dernière Mise à Jour 2013-09-27
Date de Publication 2013-09-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur amallah
Type de Paiement free
Langues Prises en Charge 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"
    ]
}