No Haters
Be notified if you're visiting the website of a company that opposes sexual equality.
Was ist No Haters?
No Haters ist eine Chrome-Erweiterung, die von amallah entwickelt wurde, und ihr Hauptmerkmal ist "Be notified if you're visiting the website of a company that opposes sexual equality.".
No Haters-Erweiterungs-CRX-Datei herunterladen
Laden Sie No Haters-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Fork of the NoSOPA chrome extension to do the same kind of banner for sites that are against LGBT rights.
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | hemgefjejgbbnejnlmlcpipbdbkbhmgo |
Offizielle URL | https://chrome.google.com/webstore/detail/no-haters/hemgefjejgbbnejnlmlcpipbdbkbhmgo |
Beschreibung | Be notified if you're visiting the website of a company that opposes sexual equality. |
Dateigröße | 21.78 KB |
Installationsanzahl | 86 |
Aktuelle Version | 0.1 |
Letztes Update | 2013-09-27 |
Veröffentlichungsdatum | 2013-09-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | amallah |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |