NetGoLynx

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

NetGoLynx là gì?

NetGoLynx là một tiện ích mở rộng Chrome được phát triển bởi Cellivar, và tính năng chính của nó là "Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NetGoLynx

Tải xuống các tệp mở rộng NetGoLynx dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NetGoLynx NetGoLynx
ID mklkfomkjepmekcdknkpcnfmjhlcgjjf
URL Chính Thức https://chromewebstore.google.com/detail/netgolynx/mklkfomkjepmekcdknkpcnfmjhlcgjjf
Mô tả Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.
Kích Thước Tệp 14.67 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2021-03-07
Ngày Phát Hành 2021-03-07
Nhà Phát Triển Cellivar
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Cellivar/NetGoLynx-Extension
URL Trang Trợ Giúp https://github.com/Cellivar/NetGoLynx-Extension
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}