NetGoLynx

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

Cos'è NetGoLynx?

NetGoLynx è un'estensione di Chrome sviluppata da Cellivar, e la sua funzione principale è "Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NetGoLynx

Scarica i file di estensione NetGoLynx in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NetGoLynx NetGoLynx
ID mklkfomkjepmekcdknkpcnfmjhlcgjjf
URL Ufficiale https://chromewebstore.google.com/detail/netgolynx/mklkfomkjepmekcdknkpcnfmjhlcgjjf
Descrizione Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.
Dimensione del File 14.67 KB
Conteggio Installazioni 10
Versione Corrente 0.2
Ultimo Aggiornamento 2021-03-07
Data di Pubblicazione 2021-03-07
Sviluppatore Cellivar
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Cellivar/NetGoLynx-Extension
URL della Pagina di Aiuto https://github.com/Cellivar/NetGoLynx-Extension
Lingue Supportate 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"
    }
}