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
官方網址 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
}