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
Eメール [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
}