NetGoLynx
Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.
Vad är NetGoLynx?
NetGoLynx är en Chrome-tillägg utvecklad av Cellivar, och dess huvudfunktion är "Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.".
Tilläggsskärmbilder
Ladda ner NetGoLynx-förlängningens CRX-fil
Ladda ner NetGoLynx-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | NetGoLynx |
ID | mklkfomkjepmekcdknkpcnfmjhlcgjjf |
Officiell webbadress | https://chromewebstore.google.com/detail/netgolynx/mklkfomkjepmekcdknkpcnfmjhlcgjjf |
Beskrivning | Redirect go/links directly to a NetGoLynx server for a faster and more secure experience. |
Filstorlek | 14.67 KB |
Antal Installationer | 10 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2021-03-07 |
Publiceringsdatum | 2021-03-07 |
Utvecklare | Cellivar |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/Cellivar/NetGoLynx-Extension |
Hjälpsida URL | https://github.com/Cellivar/NetGoLynx-Extension |
Stödda Språk | 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" } } |