just open it
再见👋!烦人的确认页
什么是just open it?
just open it是由elegantYU开发的Chrome扩展程序,该扩展的主要功能是“再见👋!烦人的确认页”。
扩展截图
下载just open it扩展crx文件
下载just open it扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
摆脱csdn、知乎、qq邮箱等等等等的中间确认页面!任何链接,一键直达!
现已开源,还有其他网站需要中转确认页面的,欢迎提issue━(*`∀´*)ノ亻!
https://github.com/elegantYU/just-open-it 扩展基本信息
| 名称 | |
| ID | mibogfohjjfppmobdajcjeobbfnobmfo |
| 官方URL | https://chromewebstore.google.com/detail/just-open-it/mibogfohjjfppmobdajcjeobbfnobmfo |
| 简介 | 再见👋!烦人的确认页 |
| 文件大小 | 66.66 KB |
| 安装次数 | 207 |
| 当前版本 | 1.1.2 |
| 更新时间 | 2021-10-19 |
| 上架时间 | 2021-03-08 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | elegantYU |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.2",
"manifest_version": 2,
"minimum_chrome_version": "56.0.0",
"name": "just open it",
"short_name": "just open it",
"description": "\u518d\u89c1\ud83d\udc4b\uff01\u70e6\u4eba\u7684\u786e\u8ba4\u9875",
"offline_enabled": true,
"icons": {
"128": "static\/icons\/icon.png"
},
"browser_action": {
"default_icon": [],
"default_popup": "index.html",
"default_title": ""
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
".\/static\/js\/vendors.js",
".\/static\/js\/injectScript.js"
],
"run_at": "document_start"
}
],
"background": {
"page": "background.html",
"persistent": true
},
"web_accessible_resources": [
"static\/js\/*"
],
"content_security_policy": "script-src 'self'; object-src 'self'"
} | |