bargo
socks5 proxy
What is bargo?
bargo is a Chrome extension developed by dawn, and its main feature is "socks5 proxy".
Extension Screenshots
Download bargo Extension CRX File
Download bargo 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
简介方便的socks5代理工具
Extension Basic Information
Name | bargo |
ID | ebmkfbgggiccfcacbbdpogkedidlanhl |
Official URL | https://chromewebstore.google.com/detail/bargo/ebmkfbgggiccfcacbbdpogkedidlanhl |
Description | socks5 proxy |
File Size | 226 KB |
Installation Count | 16 |
Current Version | 0.3 |
Last Updated | 2016-12-20 |
Publish Date | 2016-12-20 |
Developer | dawn |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "bargo", "description": "socks5 proxy", "version": "0.3", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon38_0.png", "default_title": "i am bargo", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "storage", "proxy" ] } |