NetGoLynx
Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.
NetGoLynx क्या है?
NetGoLynx Cellivar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect go/links directly to a NetGoLynx server for a faster and more secure experience."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NetGoLynx एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | NetGoLynx |
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 |
ईमेल | [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" } } |