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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи https://hide.me/support
URL страницы политики конфиденциальности 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"
}