Mobile proxy manager

A modern mobile proxy extension

Apa itu Mobile proxy manager?

Mobile proxy manager adalah ekstensi Chrome yang dikembangkan oleh https://mobileproxy.space, dan fitur utamanya adalah "A modern mobile proxy extension".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Mobile proxy manager

Unduh file ekstensi Mobile proxy manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Mobile proxy manager Mobile proxy manager
ID lhbdhjhflkejgkkhlgacbaogbaaollac
URL Resmi https://chromewebstore.google.com/detail/mobile-proxy-manager/lhbdhjhflkejgkkhlgacbaogbaaollac
Deskripsi A modern mobile proxy extension
Ukuran File 604 KB
Jumlah Instalasi 725
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2023-06-02
Tanggal Publikasi 2023-04-27
Penilaian 4.93/5 Total 493 Penilaian
Pengembang https://mobileproxy.space
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://mobileproxy.space/privacypolicy.html
Bahasa yang Didukung 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\/"
    ]
}