No Haters
Be notified if you're visiting the website of a company that opposes sexual equality.
什麼是No Haters?
No Haters是由amallah開發的Chrome擴展程式,該擴展的主要功能是“Be notified if you're visiting the website of a company that opposes sexual equality.”。
下載No Haters擴展crx文件
下載No Haters擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Fork of the NoSOPA chrome extension to do the same kind of banner for sites that are against LGBT rights.
擴展基本資訊
名稱 | ![]() |
ID | hemgefjejgbbnejnlmlcpipbdbkbhmgo |
官方網址 | https://chrome.google.com/webstore/detail/no-haters/hemgefjejgbbnejnlmlcpipbdbkbhmgo |
簡介 | Be notified if you're visiting the website of a company that opposes sexual equality. |
檔案大小 | 21.78 KB |
安裝次數 | 86 |
目前版本 | 0.1 |
更新時間 | 2013-09-27 |
上架時間 | 2013-09-27 |
評分 | 5.00/5 共 1 次評分 |
開發者 | amallah |
付費類型 | free |
支援的語言 | 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" ] } |