NetGoLynx
Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.
NetGoLynxとは何ですか?
NetGoLynxはCellivarによって開発されたChromeの拡張機能で、その主な機能は「Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.」です。
拡張機能のスクリーンショット
NetGoLynx拡張機能のCRXファイルをダウンロード
NetGoLynx拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | mklkfomkjepmekcdknkpcnfmjhlcgjjf |
| 公式URL | https://chromewebstore.google.com/detail/netgolynx/mklkfomkjepmekcdknkpcnfmjhlcgjjf |
| 説明 | Redirect go/links directly to a NetGoLynx server for a faster and more secure experience. |
| ファイルサイズ | 14.67 KB |
| インストール数 | 10 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2021-03-07 |
| 公開日 | 2021-03-07 |
| 開発者 | Cellivar |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Cellivar/NetGoLynx-Extension |
| ヘルプページのURL | https://github.com/Cellivar/NetGoLynx-Extension |
| 対応言語 | 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"
}
} | |