No
This is a No button for the web. Unhappy with a site? Just say no.
什么是No?
No是由Emlyn O'Regan开发的Chrome扩展程序,该扩展的主要功能是“This is a No button for the web. Unhappy with a site? Just say no.”。
扩展截图
下载No扩展crx文件
下载No扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Is a website annoying you with popups, redirects, animated banners, videos? Tell them NO with this app. NO sends them a message in their site logs expressing your displeasure, then closes the tab. Read more here: https://medium.com/@emlynoregan/a-no-button-for-the-web-60a8b4e78bd2 Update: Now it doesn't just close the tab, it'll back up through your history until you leave the site.
扩展基本信息
名称 | |
ID | jmfapkolpjppffoknmidjmfdlnkicmkh |
官方URL | https://chrome.google.com/webstore/detail/no/jmfapkolpjppffoknmidjmfdlnkicmkh |
简介 | This is a No button for the web. Unhappy with a site? Just say no. |
文件大小 | 45.99 KB |
安装次数 | 132 |
当前版本 | 1.2 |
更新时间 | 2015-08-08 |
上架时间 | 2015-08-08 |
评分 | 1.00/5 共1次评分 |
开发者 | Emlyn O'Regan |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No", "description": "This is a No button for the web. Unhappy with a site? Just say no.", "version": "1.2", "author": "Emlyn O'Regan", "icons": { "16": "noicon16.png", "48": "noicon48.png", "128": "noicon128.png" }, "browser_action": { "default_icon": "noicon48.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "*:\/\/*\/" ] } |