No Haters
Be notified if you're visiting the website of a company that opposes sexual equality.
Apa itu No Haters?
No Haters adalah ekstensi Chrome yang dikembangkan oleh amallah, dan fitur utamanya adalah "Be notified if you're visiting the website of a company that opposes sexual equality.".
Unduh Berkas CRX Ekstensi No Haters
Unduh file ekstensi No Haters dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Fork of the NoSOPA chrome extension to do the same kind of banner for sites that are against LGBT rights.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | hemgefjejgbbnejnlmlcpipbdbkbhmgo |
URL Resmi | https://chrome.google.com/webstore/detail/no-haters/hemgefjejgbbnejnlmlcpipbdbkbhmgo |
Deskripsi | Be notified if you're visiting the website of a company that opposes sexual equality. |
Ukuran File | 21.78 KB |
Jumlah Instalasi | 86 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2013-09-27 |
Tanggal Publikasi | 2013-09-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | amallah |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |