UnProxy
一个代理扩展 安装后,点击浏览器右上角的Unproxy图标,打开配置界面
What is UnProxy?
UnProxy is a Chrome extension developed by https://unproxy.unjs.me, and its main feature is "一个代理扩展 安装后,点击浏览器右上角的Unproxy图标,打开配置界面".
Extension Screenshots
Download UnProxy Extension CRX File
Download UnProxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
一个代理扩展 安装后,点击浏览器右上角的Unproxy图标,打开配置界面
Extension Basic Information
Name | UnProxy |
ID | fabmadpdgejialggddneekbjbkdaclnf |
Official URL | https://chromewebstore.google.com/detail/unproxy/fabmadpdgejialggddneekbjbkdaclnf |
Description | 一个代理扩展 安装后,点击浏览器右上角的Unproxy图标,打开配置界面 |
File Size | 46.57 KB |
Installation Count | 21 |
Current Version | 0.1.0 |
Last Updated | 2016-08-16 |
Publish Date | 2016-08-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://unproxy.unjs.me |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UnProxy", "version": "0.1.0", "description": "", "browser_action": { "default_icon": "images\/logo.png", "default_title": "UnProxy", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "scripts\/jquery-1.11.3.min.js", "scripts\/background.js" ] }, "permissions": [ "proxy" ] } |