Loki

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

什么是Loki?

Loki是由https://nilulin.dev开发的Chrome扩展程序,该扩展的主要功能是“Change the way your chrome connects to the internet, bypass system level enforced proxy settings”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Loki扩展crx文件

下载Loki扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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
}