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 |
官方網址 | 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" } } } |