NetGoLynx
Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.
O que é NetGoLynx?
NetGoLynx é uma extensão do Chrome desenvolvida por Cellivar, e sua principal característica é "Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NetGoLynx
Baixe arquivos de extensão NetGoLynx no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | NetGoLynx |
ID | mklkfomkjepmekcdknkpcnfmjhlcgjjf |
URL Oficial | https://chromewebstore.google.com/detail/netgolynx/mklkfomkjepmekcdknkpcnfmjhlcgjjf |
Descrição | Redirect go/links directly to a NetGoLynx server for a faster and more secure experience. |
Tamanho do Arquivo | 14.67 KB |
Contagem de Instalações | 10 |
Versão Atual | 0.2 |
Última Atualização | 2021-03-07 |
Data de Publicação | 2021-03-07 |
Desenvolvedor | Cellivar |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Cellivar/NetGoLynx-Extension |
URL da Página de Ajuda | https://github.com/Cellivar/NetGoLynx-Extension |
Idiomas Suportados | 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" } } |