Mobile proxy manager

A modern mobile proxy extension

What is Mobile proxy manager?

Mobile proxy manager is a Chrome extension developed by https://mobileproxy.space, and its main feature is "A modern mobile proxy extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Mobile proxy manager Extension CRX File

Download Mobile proxy manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Mobile proxy manager Mobile proxy manager
ID lhbdhjhflkejgkkhlgacbaogbaaollac
Official URL https://chromewebstore.google.com/detail/mobile-proxy-manager/lhbdhjhflkejgkkhlgacbaogbaaollac
Description A modern mobile proxy extension
File Size 604 KB
Installation Count 725
Current Version 1.2.0
Last Updated 2023-06-02
Publish Date 2023-04-27
Rating 4.93/5 Total 493 Ratings
Developer https://mobileproxy.space
Email [email protected]
Payment Type free
Privacy Policy Page URL https://mobileproxy.space/privacypolicy.html
Supported Languages 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\/"
    ]
}