JoyProxy

JoyProxy

JoyProxyとは何ですか?

JoyProxyはMisha Shulgaによって開発されたChromeの拡張機能で、その主な機能は「JoyProxy」です。

拡張機能のスクリーンショット

screenshot

JoyProxy拡張機能のCRXファイルをダウンロード

JoyProxy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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