Onion

A simple proxy tool

What is Onion?

Onion is a Chrome extension developed by 0jinxing, and its main feature is "A simple proxy tool".

Extension Screenshots

screenshot

Download Onion Extension CRX File

Download Onion 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

                        一个简单易用的 Chrome 代理插件,可以按你所想的方式在需要的代理的网站开启代理                    

Extension Basic Information

Name Onion Onion
ID ooinoebmmhbmhkocojcoahbkefikddch
Official URL https://chromewebstore.google.com/detail/onion/ooinoebmmhbmhkocojcoahbkefikddch
Description A simple proxy tool
File Size 1.39 MB
Installation Count 84
Current Version 1.2.0
Last Updated 2023-06-29
Publish Date 2020-01-05
Rating 4.80/5 Total 5 Ratings
Developer 0jinxing
Email [email protected]
Payment Type free
Supported Languages 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
    }
}