Mobile proxy manager

A modern mobile proxy extension

Mobile proxy manager란 무엇입니까?

Mobile proxy manager은(는) https://mobileproxy.space에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A modern mobile proxy extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Mobile proxy manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extensions for your proxy management
   - Storing and using HTTP and SOCKS5 proxies
   - Backup proxy in the cloud
   - Import mobile proxies from mobileproxy.space
   - Ability to change the ip address of a mobile proxy directly from the extension
   - Multilingual interface
   - Export/Import CSV                    

확장 프로그램 기본 정보

이름 Mobile proxy manager Mobile proxy manager
ID lhbdhjhflkejgkkhlgacbaogbaaollac
공식 URL https://chromewebstore.google.com/detail/mobile-proxy-manager/lhbdhjhflkejgkkhlgacbaogbaaollac
설명 A modern mobile proxy extension
파일 크기 604 KB
설치 횟수 725
현재 버전 1.2.0
최근 업데이트 2023-06-02
출시 날짜 2023-04-27
평점 4.93/5 총 493 개의 평점
개발자 https://mobileproxy.space
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://mobileproxy.space/privacypolicy.html
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mobile proxy manager",
    "version": "1.2.0",
    "description": "A modern mobile proxy extension",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icons\/32.png"
    },
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "proxy",
        "webRequest",
        "webRequestAuthProvider"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/mobileproxy.space\/"
    ]
}