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 |
官方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" } } } |