NetGoLynx

Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.

什么是NetGoLynx?

NetGoLynx是由Cellivar开发的Chrome扩展程序,该扩展的主要功能是“Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.”。

扩展截图

screenshot

下载NetGoLynx扩展crx文件

下载NetGoLynx扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Forward go/ links directly to a NetGoLynx server, without needing any DNS configuration!

If you or your company runs a NetGoLynx URL shortener this extension can help you route links to that server no matter what VPN or network you're on.                    

扩展基本信息

名称 NetGoLynx NetGoLynx
ID mklkfomkjepmekcdknkpcnfmjhlcgjjf
官方URL https://chromewebstore.google.com/detail/netgolynx/mklkfomkjepmekcdknkpcnfmjhlcgjjf
简介 Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.
文件大小 14.67 KB
安装次数 10
当前版本 0.2
更新时间 2021-03-07
上架时间 2021-03-07
开发者 Cellivar
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Cellivar/NetGoLynx-Extension
帮助页面URL https://github.com/Cellivar/NetGoLynx-Extension
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NetGoLynx",
    "version": "0.2",
    "description": "Redirect go\/links directly to a NetGoLynx server for a faster and more secure experience.",
    "homepage_url": "https:\/\/github.com\/Cellivar\/NetGoLynx",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/go\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}