知乎外链直达

移除知乎外部链接重定向,加速上网、避免访问追踪。

What is 知乎外链直达?

知乎外链直达 is a Chrome extension developed by paicha, and its main feature is "移除知乎外部链接重定向,加速上网、避免访问追踪。".

Extension Screenshots

screenshot
screenshot

Download 知乎外链直达 Extension CRX File

Download 知乎外链直达 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

                        在知乎点击外链时,会先到重定向页面(link.zhihu.com),再跳转到目标页。

但是网速慢的情况下,等待跳转是很耗费时间的,而且复制的链接变成了重定向 URL。

本扩展可以修复外链重定向,直达目标网址。

GitHub:https://github.com/paicha/zhihu-undirect                    

Extension Basic Information

Name 知乎外链直达 知乎外链直达
ID chidjfbdenglhicdckjnjccccpgknfhg
Official URL https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E%E5%A4%96%E9%93%BE%E7%9B%B4%E8%BE%BE/chidjfbdenglhicdckjnjccccpgknfhg
Description 移除知乎外部链接重定向,加速上网、避免访问追踪。
File Size 10.63 KB
Installation Count 1,421
Current Version 1.1.1
Last Updated 2017-03-05
Publish Date 2017-03-04
Rating 4.73/5 Total 15 Ratings
Developer paicha
Email [email protected]
Payment Type free
Extension Website https://paicha.me
Help Page URL https://github.com/paicha/zhihu-undirect/issues
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u77e5\u4e4e\u5916\u94fe\u76f4\u8fbe",
    "version": "1.1.1",
    "author": "paicha",
    "description": "\u79fb\u9664\u77e5\u4e4e\u5916\u90e8\u94fe\u63a5\u91cd\u5b9a\u5411\uff0c\u52a0\u901f\u4e0a\u7f51\u3001\u907f\u514d\u8bbf\u95ee\u8ffd\u8e2a\u3002",
    "homepage_url": "https:\/\/github.com\/paicha\/zhihu-undirect",
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.zhihu.com\/*"
            ],
            "js": [
                "undirect.js"
            ],
            "run_at": "document_end"
        }
    ]
}