NetGoLynx

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

What is NetGoLynx?

NetGoLynx is a Chrome extension developed by Cellivar, and its main feature is "Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.".

Extension Screenshots

screenshot

Download NetGoLynx Extension CRX File

Download NetGoLynx 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

                        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.                    

Extension Basic Information

Name NetGoLynx NetGoLynx
ID mklkfomkjepmekcdknkpcnfmjhlcgjjf
Official URL https://chromewebstore.google.com/detail/netgolynx/mklkfomkjepmekcdknkpcnfmjhlcgjjf
Description Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.
File Size 14.67 KB
Installation Count 10
Current Version 0.2
Last Updated 2021-03-07
Publish Date 2021-03-07
Developer Cellivar
Email [email protected]
Payment Type free
Extension Website https://github.com/Cellivar/NetGoLynx-Extension
Help Page URL https://github.com/Cellivar/NetGoLynx-Extension
Supported Languages 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"
    }
}