AutoJump
无感直达知乎,微博,简书,QQ邮箱,CSDN等无法直接跳转的外链,免去手动跳转的烦恼;同时支持拦截知乎登录弹窗。
AutoJumpคืออะไร?
AutoJump เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 半卷书 และคุณลักษณะหลักของมันคือ "无感直达知乎,微博,简书,QQ邮箱,CSDN等无法直接跳转的外链,免去手动跳转的烦恼;同时支持拦截知乎登录弹窗。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoJump
ดาวน์โหลดไฟล์ส่วนขยาย AutoJump ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        无感直达知乎,微博,简书,QQ邮箱,掘金等无法直接跳转的外链,免去手动跳转的烦恼;同时支持拦截知乎登录弹窗。
No sense of direct access to Zhihu, Weibo, Jianshu, QQ mailbox and other external links that cannot be directly redirected, eliminating the trouble of manual redirection; at the same time, it supports blocking Zhihu login pop-up windows.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | mecmmnelkkedebbkiigdlneldiolodno | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/autojump/mecmmnelkkedebbkiigdlneldiolodno | 
| คำอธิบาย | 无感直达知乎,微博,简书,QQ邮箱,CSDN等无法直接跳转的外链,免去手动跳转的烦恼;同时支持拦截知乎登录弹窗。 | 
| ขนาดไฟล์ | 35.43 KB | 
| จำนวนการติดตั้ง | 232 | 
| เวอร์ชันปัจจุบัน | 1.0.5 | 
| อัปเดตครั้งล่าสุด | 2022-11-23 | 
| วันที่เผยแพร่ | 2020-12-29 | 
| ผู้พัฒนา | 半卷书 | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://www.banjuanshu.com | 
| URL หน้าช่วยเหลือ | https://www.banjuanshu.com | 
| ภาษาที่รองรับ | zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AutoJump",
    "version": "1.0.5",
    "description": "\u65e0\u611f\u76f4\u8fbe\u77e5\u4e4e\uff0c\u5fae\u535a\uff0c\u7b80\u4e66\uff0cQQ\u90ae\u7bb1\uff0cCSDN\u7b49\u65e0\u6cd5\u76f4\u63a5\u8df3\u8f6c\u7684\u5916\u94fe\uff0c\u514d\u53bb\u624b\u52a8\u8df3\u8f6c\u7684\u70e6\u607c\uff1b\u540c\u65f6\u652f\u6301\u62e6\u622a\u77e5\u4e4e\u767b\u5f55\u5f39\u7a97\u3002",
    "icons": {
        "48": "aessts\/icon.png",
        "128": "aessts\/icon.png"
    },
    "homepage_url": "https:\/\/www.banjuanshu.com",
    "action": {
        "default_icon": "aessts\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/link.zhihu.com\/?target=*",
                "*:\/\/t.cn\/*",
                "*:\/\/www.jianshu.com\/go-wild?ac=2&url=*",
                "*:\/\/www.zhihu.com\/question\/*",
                "*:\/\/zhuanlan.zhihu.com\/p\/*",
                "*:\/\/mail.qq.com\/cgi-bin\/readtemplate?t=safety*",
                "*:\/\/link.csdn.net\/*",
                "*:\/\/link.juejin.cn\/*",
                "*:\/\/docs.qq.com\/scenario\/link.html*"
            ],
            "js": [
                "src\/content-script.js"
            ]
        }
    ]
}  |  |