Proxyhorse

Proxyhorse plugin which automatically sets up proxy in your browser

Apa itu Proxyhorse?

Proxyhorse adalah ekstensi Chrome yang dikembangkan oleh ProxyHorse, dan fitur utamanya adalah "Proxyhorse plugin which automatically sets up proxy in your browser".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Proxyhorse

Unduh file ekstensi Proxyhorse 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

                        Get access to more than 10 million residential proxies all over the world. Select a location, press connect button, and you're good to go!

You can buy subscription on our site https://proxyhorse.com                    

Informasi Dasar Ekstensi

Nama Proxyhorse Proxyhorse
ID ocjbpgpemnljahbglalepikiolcidamm
URL Resmi https://chromewebstore.google.com/detail/proxyhorse/ocjbpgpemnljahbglalepikiolcidamm
Deskripsi Proxyhorse plugin which automatically sets up proxy in your browser
Ukuran File 722 KB
Jumlah Instalasi 2,802
Versi Saat Ini 0.2.4
Terakhir Diperbarui 2022-08-30
Tanggal Publikasi 2020-07-31
Penilaian 5.00/5 Total 1 Penilaian
Pengembang ProxyHorse
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://proxyhorse.com
URL Halaman Kebijakan Privasi https://proxyhorse.com/policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Proxyhorse",
    "version": "0.2.4",
    "description": "Proxyhorse plugin which automatically sets up proxy in your browser",
    "manifest_version": 2,
    "incognito": "spanning",
    "browser_action": {
        "default_icon": "favicon_32.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "proxy"
    ],
    "icons": {
        "16": "favicon_16.png",
        "32": "favicon_32.png",
        "48": "favicon_48.png",
        "64": "favicon_64.png",
        "128": "favicon_128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "91.1.0"
        }
    }
}