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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Proxyhorse 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
        }
    }
}