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
电子邮箱 [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\/"
    ]
}