Onion
A simple proxy tool
什么是Onion?
Onion是由0jinxing开发的Chrome扩展程序,该扩展的主要功能是“A simple proxy tool”。
扩展截图
下载Onion扩展crx文件
下载Onion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
一个简单易用的 Chrome 代理插件,可以按你所想的方式在需要的代理的网站开启代理 扩展基本信息
| 名称 | |
| ID | ooinoebmmhbmhkocojcoahbkefikddch |
| 官方URL | https://chromewebstore.google.com/detail/onion/ooinoebmmhbmhkocojcoahbkefikddch |
| 简介 | A simple proxy tool |
| 文件大小 | 1.39 MB |
| 安装次数 | 84 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2023-06-29 |
| 上架时间 | 2020-01-05 |
| 评分 | 4.80/5 共5次评分 |
| 开发者 | 0jinxing |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Onion",
"description": "A simple proxy tool",
"version": "1.2.0",
"permissions": [
"proxy",
"storage",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_icon": "icon.png"
},
"icons": {
"64": "icon.png"
},
"options_page": "index.html",
"background": {
"scripts": [
"background.bundle.js"
],
"persistent": true
}
} | |