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 |
官方URL | 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" ] } |