NetGoLynx

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

Was ist NetGoLynx?

NetGoLynx ist eine Chrome-Erweiterung, die von Cellivar entwickelt wurde, und ihr Hauptmerkmal ist "Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.".

Erweiterungsscreenshots

screenshot

NetGoLynx-Erweiterungs-CRX-Datei herunterladen

Laden Sie NetGoLynx-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name NetGoLynx NetGoLynx
ID mklkfomkjepmekcdknkpcnfmjhlcgjjf
Offizielle URL https://chromewebstore.google.com/detail/netgolynx/mklkfomkjepmekcdknkpcnfmjhlcgjjf
Beschreibung Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.
Dateigröße 14.67 KB
Installationsanzahl 10
Aktuelle Version 0.2
Letztes Update 2021-03-07
Veröffentlichungsdatum 2021-03-07
Entwickler Cellivar
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Cellivar/NetGoLynx-Extension
Hilfeseite URL https://github.com/Cellivar/NetGoLynx-Extension
Unterstützte Sprachen 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"
    }
}