Proxyhorse

Proxyhorse plugin which automatically sets up proxy in your browser

Proxyhorse là gì?

Proxyhorse là một tiện ích mở rộng Chrome được phát triển bởi ProxyHorse, và tính năng chính của nó là "Proxyhorse plugin which automatically sets up proxy in your browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Proxyhorse

Tải xuống các tệp mở rộng Proxyhorse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Proxyhorse Proxyhorse
ID ocjbpgpemnljahbglalepikiolcidamm
URL Chính Thức https://chromewebstore.google.com/detail/proxyhorse/ocjbpgpemnljahbglalepikiolcidamm
Mô tả Proxyhorse plugin which automatically sets up proxy in your browser
Kích Thước Tệp 722 KB
Số Lần Cài Đặt 2,802
Phiên Bản Hiện Tại 0.2.4
Cập Nhật Lần Cuối 2022-08-30
Ngày Phát Hành 2020-07-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ProxyHorse
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://proxyhorse.com
URL Trang Chính Sách Bảo Mật https://proxyhorse.com/policy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}