Proxyhorse

Proxyhorse plugin which automatically sets up proxy in your browser

ما هو Proxyhorse؟

Proxyhorse هو إضافة Chrome تم تطويرها بواسطة ProxyHorse، والميزة الرئيسية لها هي "Proxyhorse plugin which automatically sets up proxy in your browser".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Proxyhorse

قم بتنزيل ملفات الامتداد Proxyhorse بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Proxyhorse Proxyhorse
ID ocjbpgpemnljahbglalepikiolcidamm
عنوان URL الرسمي https://chromewebstore.google.com/detail/proxyhorse/ocjbpgpemnljahbglalepikiolcidamm
الوصف Proxyhorse plugin which automatically sets up proxy in your browser
حجم الملف 722 KB
عدد التثبيتات 2,802
النسخة الحالية 0.2.4
آخر تحديث 2022-08-30
تاريخ النشر 2020-07-31
تقييم 5.00/5 مجموع تقييمات 1
المطور ProxyHorse
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://proxyhorse.com
عنوان صفحة سياسة الخصوصية https://proxyhorse.com/policy
اللغات المدعومة 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"
        }
    }
}