Loki

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

Qu'est-ce que Loki ?

Loki est une extension Chrome développée par https://nilulin.dev, et sa fonction principale est "Change the way your chrome connects to the internet, bypass system level enforced proxy settings".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Loki

Téléchargez les fichiers d'extension Loki au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Loki Loki
ID njijdgdlnbfpgjlicehafhblngejdfhc
URL Officiel https://chromewebstore.google.com/detail/loki/njijdgdlnbfpgjlicehafhblngejdfhc
Description Change the way your chrome connects to the internet, bypass system level enforced proxy settings
Taille du Fichier 43.98 KB
Nombre d'Installations 11
Version Actuelle 0.4
Dernière Mise à Jour 2021-04-14
Date de Publication 2020-05-09
Développeur https://nilulin.dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}