外链直达|知乎|掘金|简书|少数派|CSDN

解决知乎、掘金、简书、少数派等网站在跳转外链的时候,需要跳到一个提醒页面并手动点击确认的问题。一次节省30s,开心上网一整天。

What is 外链直达|知乎|掘金|简书|少数派|CSDN?

外链直达|知乎|掘金|简书|少数派|CSDN is a Chrome extension developed by redreamzishao, and its main feature is "解决知乎、掘金、简书、少数派等网站在跳转外链的时候,需要跳到一个提醒页面并手动点击确认的问题。一次节省30s,开心上网一整天。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

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等网站的外部链接重定向,加速上网、避免访问追踪。
在点击一些网站的外链时,例外掘金,会跳到一个中间页,并提示“即将离开稀土掘金,请注意账号财产安全”。需要手动点击跳转才能到达真正的页面,对于长时间需要电脑工作的人,每天几十个链接跳转,也会带来大量的时间浪费和麻烦。

本扩展可以移除外链重定向,直达目标网址,开心上网。

如有未加入的其他网站,欢迎提需求。                    

Extension Basic Information

Name 外链直达|知乎|掘金|简书|少数派|CSDN 外链直达|知乎|掘金|简书|少数派|CSDN
ID mngjnofgcfllpfmgijahnfgalflkkhgl
Official URL https://chromewebstore.google.com/detail/%E5%A4%96%E9%93%BE%E7%9B%B4%E8%BE%BE%E7%9F%A5%E4%B9%8E%E6%8E%98%E9%87%91%E7%AE%80%E4%B9%A6%E5%B0%91%E6%95%B0%E6%B4%BEcsdn/mngjnofgcfllpfmgijahnfgalflkkhgl
Description 解决知乎、掘金、简书、少数派等网站在跳转外链的时候,需要跳到一个提醒页面并手动点击确认的问题。一次节省30s,开心上网一整天。
File Size 22.67 KB
Installation Count 900
Current Version 0.2
Last Updated 2023-06-03
Publish Date 2022-10-16
Rating 4.67/5 Total 6 Ratings
Developer redreamzishao
Email [email protected]
Payment Type free
Extension Website https://secreter.github.io/ireader/index.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u5916\u94fe\u76f4\u8fbe|\u77e5\u4e4e|\u6398\u91d1|\u7b80\u4e66|\u5c11\u6570\u6d3e|CSDN",
    "description": "\u89e3\u51b3\u77e5\u4e4e\u3001\u6398\u91d1\u3001\u7b80\u4e66\u3001\u5c11\u6570\u6d3e\u7b49\u7f51\u7ad9\u5728\u8df3\u8f6c\u5916\u94fe\u7684\u65f6\u5019\uff0c\u9700\u8981\u8df3\u5230\u4e00\u4e2a\u63d0\u9192\u9875\u9762\u5e76\u624b\u52a8\u70b9\u51fb\u786e\u8ba4\u7684\u95ee\u9898\u3002\u4e00\u6b21\u8282\u770130s\uff0c\u5f00\u5fc3\u4e0a\u7f51\u4e00\u6574\u5929\u3002",
    "version": "0.2",
    "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\/*",
                "*:\/\/*.sspai.com\/*",
                "*:\/\/*.jianshu.com\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}