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
官方網址 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"
    }
}