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ファイルをダウンロード

Mobile proxy manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/"
    ]
}