Proxyhorse
Proxyhorse plugin which automatically sets up proxy in your browser
什么是Proxyhorse?
Proxyhorse是由ProxyHorse开发的Chrome扩展程序,该扩展的主要功能是“Proxyhorse plugin which automatically sets up proxy in your browser”。
扩展截图
下载Proxyhorse扩展crx文件
下载Proxyhorse扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get access to more than 10 million residential proxies all over the world. Select a location, press connect button, and you're good to go! You can buy subscription on our site https://proxyhorse.com
扩展基本信息
名称 | Proxyhorse |
ID | ocjbpgpemnljahbglalepikiolcidamm |
官方URL | https://chromewebstore.google.com/detail/proxyhorse/ocjbpgpemnljahbglalepikiolcidamm |
简介 | Proxyhorse plugin which automatically sets up proxy in your browser |
文件大小 | 722 KB |
安装次数 | 2,802 |
当前版本 | 0.2.4 |
更新时间 | 2022-08-30 |
上架时间 | 2020-07-31 |
评分 | 5.00/5 共1次评分 |
开发者 | ProxyHorse |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://proxyhorse.com |
隐私政策页面URL | https://proxyhorse.com/policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Proxyhorse", "version": "0.2.4", "description": "Proxyhorse plugin which automatically sets up proxy in your browser", "manifest_version": 2, "incognito": "spanning", "browser_action": { "default_icon": "favicon_32.png", "default_popup": "index.html" }, "permissions": [ "proxy" ], "icons": { "16": "favicon_16.png", "32": "favicon_32.png", "48": "favicon_48.png", "64": "favicon_64.png", "128": "favicon_128.png" }, "background": { "scripts": [ ".\/background.js" ], "persistent": true }, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_specific_settings": { "gecko": { "strict_min_version": "91.1.0" } } } |