WebExtension.net
Toggle dark mode
WebExtension.net

外链直达 - 一键跳过微信、知乎、掘金、简书等网站外链重定向

View on Chrome Web Store
View 外链直达 - 一键跳过微信、知乎、掘金、简书等网站外链重定向 Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (11 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

外链直达是一款专为提升网络浏览效率而设计的Chrome浏览器插件。它能够智能识别并跳过微信、知乎、掘金、简书、少数派、CSDN等网站在点击外链时出现的中间确认页面,消除不必要的点击步骤,每次跳转至少节省30秒,让您的上网体验更加流畅,大幅提升工作效率。
Type
Extension
Users
1,000 users
6
redreamzishao
View author page of redreamzishao
Published
Published on October 16, 2022
Version 0.3
Manifest version
3
Updated
Updated on October 24, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View 外链直达 - 一键跳过微信、知乎、掘金、简书等网站外链重定向 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u5916\u94fe\u76f4\u8fbe - \u4e00\u952e\u8df3\u8fc7\u5fae\u4fe1\u3001\u77e5\u4e4e\u3001\u6398\u91d1\u3001\u7b80\u4e66\u7b49\u7f51\u7ad9\u5916\u94fe\u91cd\u5b9a\u5411",
    "description": "\u5916\u94fe\u76f4\u8fbe\u662f\u4e00\u6b3e\u4e13\u4e3a\u63d0\u5347\u7f51\u7edc\u6d4f\u89c8\u6548\u7387\u800c\u8bbe\u8ba1\u7684Chrome\u6d4f\u89c8\u5668\u63d2\u4ef6\u3002\u5b83\u80fd\u591f\u667a\u80fd\u8bc6\u522b\u5e76\u8df3\u8fc7\u5fae\u4fe1\u3001\u77e5\u4e4e\u3001\u6398\u91d1\u3001\u7b80\u4e66\u3001\u5c11\u6570\u6d3e\u3001CSDN\u7b49\u7f51\u7ad9\u5728\u70b9\u51fb\u5916\u94fe\u65f6\u51fa\u73b0\u7684\u4e2d\u95f4\u786e\u8ba4\u9875\u9762\uff0c\u6d88\u9664\u4e0d\u5fc5\u8981\u7684\u70b9\u51fb\u6b65\u9aa4\uff0c\u6bcf\u6b21\u8df3\u8f6c\u81f3\u5c11\u8282\u770130\u79d2\uff0c\u8ba9\u60a8\u7684\u4e0a\u7f51\u4f53\u9a8c\u66f4\u52a0\u6d41\u7545\uff0c\u5927\u5e45\u63d0\u5347\u5de5\u4f5c\u6548\u7387\u3002",
    "version": "0.3",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.tencent.com\/*",
                "*:\/\/*.aliyun.com\/*",
                "*:\/\/*.juejin.cn\/*",
                "*:\/\/*.zhihu.com\/*",
                "*:\/\/*.csdn.net\/*",
                "*:\/\/mp.weixin.qq.com\/*",
                "*:\/\/*.sspai.com\/*",
                "*:\/\/*.jianshu.com\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top