How About No
Remove bullshit overlays that obscure content.
什么是How About No?
How About No是由Oliver Zheng开发的Chrome扩展程序,该扩展的主要功能是“Remove bullshit overlays that obscure content.”。
扩展截图
下载How About No扩展crx文件
下载How About No扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Inspired by http://tabcloseddidntread.com/, this extension tries to hide dialogs that obscure real content.
Open source: https://github.com/oliverzheng/howaboutno 扩展基本信息
| 名称 | |
| ID | jpokilnlimmnafdcbgmocofmmdcpiemg |
| 官方URL | https://chromewebstore.google.com/detail/how-about-no/jpokilnlimmnafdcbgmocofmmdcpiemg |
| 简介 | Remove bullshit overlays that obscure content. |
| 文件大小 | 32.75 KB |
| 安装次数 | 52 |
| 当前版本 | 1.0 |
| 更新时间 | 2013-11-29 |
| 上架时间 | 2013-11-28 |
| 评分 | 2.50/5 共2次评分 |
| 开发者 | Oliver Zheng |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "How About No",
"description": "Remove bullshit overlays that obscure content.",
"version": "1.0",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*"
],
"js": [
"jquery.js",
"script.js"
]
}
]
} | |