Loki

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

O que é Loki?

Loki é uma extensão do Chrome desenvolvida por https://nilulin.dev, e sua principal característica é "Change the way your chrome connects to the internet, bypass system level enforced proxy settings".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Loki

Baixe arquivos de extensão Loki no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Loki Loki
ID njijdgdlnbfpgjlicehafhblngejdfhc
URL Oficial https://chromewebstore.google.com/detail/loki/njijdgdlnbfpgjlicehafhblngejdfhc
Descrição Change the way your chrome connects to the internet, bypass system level enforced proxy settings
Tamanho do Arquivo 43.98 KB
Contagem de Instalações 11
Versão Atual 0.4
Última Atualização 2021-04-14
Data de Publicação 2020-05-09
Desenvolvedor https://nilulin.dev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}