Loki
Change the way your chrome connects to the internet, bypass system level enforced proxy settings
Wat is Loki?
Loki is een Chrome-extensie ontwikkeld door https://nilulin.dev, en de belangrijkste functie is "Change the way your chrome connects to the internet, bypass system level enforced proxy settings".
Extensie Screenshots
Download het CRX-bestand van de extensie Loki
Download Loki-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Loki |
ID | njijdgdlnbfpgjlicehafhblngejdfhc |
Officiële URL | https://chromewebstore.google.com/detail/loki/njijdgdlnbfpgjlicehafhblngejdfhc |
Beschrijving | Change the way your chrome connects to the internet, bypass system level enforced proxy settings |
Bestandsgrootte | 43.98 KB |
Aantal Installaties | 11 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2021-04-14 |
Publicatiedatum | 2020-05-09 |
Ontwikkelaar | https://nilulin.dev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |