hide.me Proxy

Unblock any website with hide.me Proxy!

ما هو hide.me Proxy؟

hide.me Proxy هو إضافة Chrome تم تطويرها بواسطة https://hide.me، والميزة الرئيسية لها هي "Unblock any website with hide.me Proxy!".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة hide.me Proxy

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

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

                        Explore the cyber world without any boundaries and get access to every website on the internet. Unblock any website irrespective of the country you are currently residing in. And, don't worry, your real IP is completely hidden from intruders and third-parties, all they can see is a hide.me IP. Not even your ISP can trace anything back to you. So, what are you waiting for? Go and enjoy the ride!                    

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

الاسم hide.me Proxy hide.me Proxy
ID ohjocgmpmlfahafbipehkhbaacoemojp
عنوان URL الرسمي https://chromewebstore.google.com/detail/hideme-proxy/ohjocgmpmlfahafbipehkhbaacoemojp
الوصف Unblock any website with hide.me Proxy!
حجم الملف 571 KB
عدد التثبيتات 170,296
النسخة الحالية 1.2.5
آخر تحديث 2024-01-23
تاريخ النشر 2020-07-04
تقييم 3.32/5 مجموع تقييمات 115
المطور https://hide.me
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://hide.me
عنوان صفحة المساعدة https://hide.me/support
عنوان صفحة سياسة الخصوصية https://hide.me/privacy
اللغات المدعومة id,de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.5",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "homepage_url": "https:\/\/hide.me\/",
    "icons": {
        "16": "images\/icon16_off.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "alarms",
        "proxy",
        "",
        "privacy"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/javascripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "javascripts\/proxy.js",
            "javascripts\/privacy.js",
            "javascripts\/icon-badge.js",
            "javascripts\/servers.js",
            "javascripts\/utils.js",
            "javascripts\/localization.js",
            "javascripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon16_off.png",
        "default_title": "__MSG_ext_default_title__",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "22.0.0"
}