No Haters
Be notified if you're visiting the website of a company that opposes sexual equality.
Co je No Haters?
No Haters je rozšíření Chrome vyvinuté amallah, a jeho hlavní funkcí je „Be notified if you're visiting the website of a company that opposes sexual equality.“.
Stáhnout soubor CRX rozšíření No Haters
Stáhněte si soubory rozšíření No Haters ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Fork of the NoSOPA chrome extension to do the same kind of banner for sites that are against LGBT rights.
Základní Informace o Rozšíření
Název | ![]() |
ID | hemgefjejgbbnejnlmlcpipbdbkbhmgo |
Oficiální URL | https://chrome.google.com/webstore/detail/no-haters/hemgefjejgbbnejnlmlcpipbdbkbhmgo |
Popis | Be notified if you're visiting the website of a company that opposes sexual equality. |
Velikost souboru | 21.78 KB |
Počet instalací | 86 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2013-09-27 |
Datum Vydání | 2013-09-27 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | amallah |
Typ Platby | free |
Podporované Jazyky | 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" ] } |