Loki
Change the way your chrome connects to the internet, bypass system level enforced proxy settings
Loki क्या है?
Loki https://nilulin.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the way your chrome connects to the internet, bypass system level enforced proxy settings"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Loki एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple extension that allows you to change the way your chrome connects to the internet System Settings Use the system's proxy settings. Direct Connection Your computer is directly connected to the internet; no need for a proxy. Automatic Configuration - Your proxy supports automatic configuration. - Autoconfiguration URL (PAC file) Manual Proxy Configure your proxy settings manually. HTTP Host Port Use the same proxy server for all protocols HTTPS Host Port FTP Host Port Fallback Host Port Bypass proxy for these hosts: ** Supports custom for incognito window.
एक्सटेंशन की मूल जानकारी
नाम | Loki |
ID | njijdgdlnbfpgjlicehafhblngejdfhc |
आधिकारिक URL | https://chromewebstore.google.com/detail/loki/njijdgdlnbfpgjlicehafhblngejdfhc |
विवरण | Change the way your chrome connects to the internet, bypass system level enforced proxy settings |
फ़ाइल का आकार | 43.98 KB |
स्थापना संख्या | 11 |
वर्तमान संस्करण | 0.4 |
अंतिम अपडेट | 2021-04-14 |
प्रकाशन तिथि | 2020-05-09 |
डेवलपर | https://nilulin.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Loki", "version": "0.4", "description": "Change the way your chrome connects to the internet, bypass system level enforced proxy settings", "default_locale": "en", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "proxy_form_controller.js", "proxy_error_handler.js", "background.js" ] }, "permissions": [ "proxy" ], "manifest_version": 2 } |