NetGoLynx
Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.
Co to jest NetGoLynx?
NetGoLynx to rozszerzenie Chrome opracowane przez Cellivar, a jego główną funkcją jest „Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NetGoLynx
Pobierz pliki rozszerzeń NetGoLynx w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | NetGoLynx |
ID | mklkfomkjepmekcdknkpcnfmjhlcgjjf |
Oficjalny URL | https://chromewebstore.google.com/detail/netgolynx/mklkfomkjepmekcdknkpcnfmjhlcgjjf |
Opis | Redirect go/links directly to a NetGoLynx server for a faster and more secure experience. |
Rozmiar pliku | 14.67 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2021-03-07 |
Data Publikacji | 2021-03-07 |
Deweloper | Cellivar |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Cellivar/NetGoLynx-Extension |
Adres URL Strony Pomocy | https://github.com/Cellivar/NetGoLynx-Extension |
Obsługiwane Języki | 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" } } |