Hideman VPN

Data protection and traffic encryption

ما هو Hideman VPN؟

Hideman VPN هو إضافة Chrome تم تطويرها بواسطة https://www.hideman.net، والميزة الرئيسية لها هي "Data protection and traffic encryption".

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

screenshot

تحميل ملف CRX للإضافة Hideman VPN

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

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

                        Encrypt your traffic with strong AES-256 encryption. Best choice when you are connected to insecure Wi-Fi network.                    

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

الاسم Hideman VPN Hideman VPN
ID dbdbnchagbkhknegmhgikkleoogjcfge
عنوان URL الرسمي https://chrome.google.com/webstore/detail/hideman-vpn/dbdbnchagbkhknegmhgikkleoogjcfge
الوصف Data protection and traffic encryption
حجم الملف 261 KB
عدد التثبيتات 10,167
النسخة الحالية 1
آخر تحديث 2017-01-17
تاريخ النشر 2017-01-17
تقييم 3.67/5 مجموع تقييمات 132
المطور https://www.hideman.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.hideman.net
عنوان صفحة سياسة الخصوصية https://www.hideman.net/docs/privacy-policy
اللغات المدعومة en,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hideman VPN",
    "version": "1",
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "page_action": {
        "default_icon": {
            "38": "icons\/38_off.png",
            "19": "icons\/16_off.png"
        },
        "default_title": "PageAction",
        "default_popup": "popup\/popup.html"
    },
    "author": "Hideman LTD",
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "homepage_url": "https:\/\/www.hideman.net",
    "options_page": "options\/options.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "ftp:\/\/*\/*",
        "background",
        "proxy",
        "storage",
        "tabs"
    ],
    "short_name": "__MSG_ext_short_name__",
    "offline_enabled": false,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.hideman.net\/*"
        ]
    }
}