Proxy Proxy For Chrome

Manage and switch between multiple proxies quickly & easily.

Proxy Proxy For Chrome란 무엇입니까?

Proxy Proxy For Chrome은(는) By Koray Ays (FONEXCODE LLC)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage and switch between multiple proxies quickly & easily."입니다.

확장 프로그램 스크린샷

screenshot

Proxy Proxy For Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Changing proxy settings has never been so convenient. Think SwitchyOmega as a modern version of the "Proxy Settings" dialog, designed to be simpler, quicker and more powerful, specially optimized for Chrome.
version features:
* HTTP/HTTPS proxy authentication (username & password) is now supported.
* More flexible proxy configurations: Fixed servers, multiple SwitchProfile and rule lists.
* Reviewing and modifying proxy settings for resources that fail to load.
* New types of condition for switching and improvements to the existing condition types.
* Optimized performance for both PAC script generating and switching.
* Improved user experience in options page and dropdown menu.
* Many Bug fixes and improvements. More testing.                    

확장 프로그램 기본 정보

이름 Proxy Proxy For Chrome Proxy Proxy For Chrome
ID ndkbebaimnaicbdofbgmndblaehhpknd
공식 URL https://chrome.google.com/webstore/detail/proxy-proxy-for-chrome/ndkbebaimnaicbdofbgmndblaehhpknd
설명 Manage and switch between multiple proxies quickly & easily.
파일 크기 965 KB
설치 횟수 176
현재 버전 1.0.0.0
최근 업데이트 2020-04-13
출시 날짜 2020-04-13
평점 2.25/5 총 4 개의 평점
개발자 By Koray Ays (FONEXCODE LLC)
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/FelisCatus/SwitchyOmega/wiki/Privacy
지원되는 언어 en,cs,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifest_app_name__",
    "version": "1.0.0.0",
    "description": "__MSG_manifest_app_description__",
    "icons": {
        "16": "img\/icons\/omega-action-16.png",
        "24": "img\/icons\/omega-action-24.png",
        "32": "img\/icons\/omega-action-32.png",
        "48": "img\/icons\/omega-48.png",
        "64": "img\/icons\/omega-64.png",
        "128": "img\/icons\/omega-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "16": "img\/icons\/omega-action-16.png",
            "19": "img\/icons\/omega-action-19.png",
            "24": "img\/icons\/omega-action-24.png",
            "32": "img\/icons\/omega-action-32.png"
        },
        "default_title": "__MSG_manifest_icon_default_title__",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "page": "background.html"
    },
    "minimum_chrome_version": "22.0.0",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "browser_style": false,
        "open_in_tab": true
    },
    "permissions": [
        "proxy",
        "tabs",
        "alarms",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            }
        }
    },
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "55.0a1"
        }
    }
}