JoyProxy

JoyProxy

JoyProxy란 무엇입니까?

JoyProxy은(는) Misha Shulga에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "JoyProxy"입니다.

확장 프로그램 스크린샷

screenshot

JoyProxy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        JoyProxy - chrome extension for managing proxy settings. You can add your own proxy servers and use proxy only for your custom domains Also it can change default browser's useragent

Contributing
Fork it (https://github.com/sh0cked/joy-proxy/fork)
Create your feature branch (git checkout -b feature/fooBar)
Commit your changes (git commit -am 'Add some fooBar')
Push to the branch (git push origin feature/fooBar)
Create a new Pull Request                    

확장 프로그램 기본 정보

이름 JoyProxy JoyProxy
ID cfdjgedemlfeincnkcmhegbgkicofekg
공식 URL https://chrome.google.com/webstore/detail/joyproxy/cfdjgedemlfeincnkcmhegbgkicofekg
설명 JoyProxy
파일 크기 850 KB
설치 횟수 214
현재 버전 0.0.3
최근 업데이트 2018-02-12
출시 날짜 2018-02-12
평점 5.00/5 총 4 개의 평점
개발자 Misha Shulga
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/icon48.png"
        },
        "default_popup": "assets\/html\/popup.html",
        "default_title": "JoyProxy"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "notifications",
        "proxy"
    ],
    "short_name": "JoyProxy",
    "version": "0.0.3",
    "web_accessible_resources": [
        "assets\/icons\/icon48.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com; object-src 'self'",
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "windows": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Toggle feature foo"
        }
    }
}