NetGoLynx
Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.
Wat is NetGoLynx?
NetGoLynx is een Chrome-extensie ontwikkeld door Cellivar, en de belangrijkste functie is "Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.".
Extensie Screenshots
Download het CRX-bestand van de extensie NetGoLynx
Download NetGoLynx-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | NetGoLynx |
ID | mklkfomkjepmekcdknkpcnfmjhlcgjjf |
Officiële URL | https://chromewebstore.google.com/detail/netgolynx/mklkfomkjepmekcdknkpcnfmjhlcgjjf |
Beschrijving | Redirect go/links directly to a NetGoLynx server for a faster and more secure experience. |
Bestandsgrootte | 14.67 KB |
Aantal Installaties | 10 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2021-03-07 |
Publicatiedatum | 2021-03-07 |
Ontwikkelaar | Cellivar |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Cellivar/NetGoLynx-Extension |
Help Pagina-URL | https://github.com/Cellivar/NetGoLynx-Extension |
Ondersteunde Talen | 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" } } |