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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}