Loki

Change the way your chrome connects to the internet, bypass system level enforced proxy settings

¿Qué es Loki?

Loki es una extensión de Chrome desarrollada por https://nilulin.dev, y su función principal es "Change the way your chrome connects to the internet, bypass system level enforced proxy settings".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Loki

Descarga archivos de extensión Loki en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Loki Loki
ID njijdgdlnbfpgjlicehafhblngejdfhc
URL Oficial https://chromewebstore.google.com/detail/loki/njijdgdlnbfpgjlicehafhblngejdfhc
Descripción Change the way your chrome connects to the internet, bypass system level enforced proxy settings
Tamaño del Archivo 43.98 KB
Cantidad de Instalaciones 11
Versión Actual 0.4
Última Actualización 2021-04-14
Fecha de Publicación 2020-05-09
Desarrollador https://nilulin.dev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}