JoyProxy
JoyProxy
什麼是JoyProxy?
JoyProxy是由Misha Shulga開發的Chrome擴展程式,該擴展的主要功能是“JoyProxy”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | cfdjgedemlfeincnkcmhegbgkicofekg |
官方網址 | 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" } } } |