知乎+掘金+简书+CSDN 外链直接访问(不再弹窗询问)
“您即将离开xx,请注意您的帐号和财产安全” 每次都问烦不烦啊?我要直接跳转,别再拦我!!!(外部链接点击跳转优化)
What is 知乎+掘金+简书+CSDN 外链直接访问(不再弹窗询问)?
知乎+掘金+简书+CSDN 外链直接访问(不再弹窗询问) is a Chrome extension developed by bestcrx.top, and its main feature is "“您即将离开xx,请注意您的帐号和财产安全” 每次都问烦不烦啊?我要直接跳转,别再拦我!!!(外部链接点击跳转优化)".
Extension Screenshots
Download 知乎+掘金+简书+CSDN 外链直接访问(不再弹窗询问) Extension CRX File
Download 知乎+掘金+简书+CSDN 外链直接访问(不再弹窗询问) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
无障碍 打开知乎、掘金、简书、CSDN、外部链接,无需确认,众享丝滑体验~ 浏览知乎网站体验优化 ## 功能列表 - 无障碍 打开知乎、掘金、简书、CSDN、外部链接,无需确认 - 知乎问答默认展示提问日期时间 - 隐藏知乎未登录默认打开的登录框 ## 版本记录 - v1.0.3 新增 隐藏知乎未登录默认打开的登录框 - v1.0.2 新增 知乎问答默认展示提问时间 - v1.0.1 解决页面链接不带主机头时的跳转异常 - v1.0.0 版本初始化
Extension Basic Information
Name | 知乎+掘金+简书+CSDN 外链直接访问(不再弹窗询问) |
ID | kgbclalpeifjppmoefloadfelmpohpgm |
Official URL | https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E+%E6%8E%98%E9%87%91+%E7%AE%80%E4%B9%A6+csdn-%E5%A4%96%E9%93%BE%E7%9B%B4%E6%8E%A5%E8%AE%BF%E9%97%AE%EF%BC%88%E4%B8%8D%E5%86%8D%E5%BC%B9%E7%AA%97/kgbclalpeifjppmoefloadfelmpohpgm |
Description | “您即将离开xx,请注意您的帐号和财产安全” 每次都问烦不烦啊?我要直接跳转,别再拦我!!!(外部链接点击跳转优化) |
File Size | 10.01 KB |
Installation Count | 290 |
Current Version | 1.0.3 |
Last Updated | 2023-09-05 |
Publish Date | 2023-06-29 |
Rating | 3.00/5 Total 2 Ratings |
Developer | bestcrx.top |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "script.js" ], "matches": [ "*:\/\/*.zhihu.com\/*", "*:\/\/*.juejin.cn\/*", "*:\/\/*.csdn.net\/*", "*:\/\/*.jianshu.com\/*" ], "run_at": "document_end" } ], "description": "\u201c\u60a8\u5373\u5c06\u79bb\u5f00xx\uff0c\u8bf7\u6ce8\u610f\u60a8\u7684\u5e10\u53f7\u548c\u8d22\u4ea7\u5b89\u5168\u201d \u6bcf\u6b21\u90fd\u95ee\u70e6\u4e0d\u70e6\u554a\uff1f\u6211\u8981\u76f4\u63a5\u8df3\u8f6c\uff0c\u522b\u518d\u62e6\u6211\uff01\uff01\uff01\uff08\u5916\u90e8\u94fe\u63a5\u70b9\u51fb\u8df3\u8f6c\u4f18\u5316\uff09", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "manifest_version": 3, "name": "\u77e5\u4e4e+\u6398\u91d1+\u7b80\u4e66+CSDN \u5916\u94fe\u76f4\u63a5\u8bbf\u95ee\uff08\u4e0d\u518d\u5f39\u7a97\u8be2\u95ee\uff09", "short_name": "quickOpenUrl", "version": "1.0.3" } |