Anonymous HTTP Proxy

Access blocked web resources worldwide, surf the internet freely, and be secure online.

Что такое Anonymous HTTP Proxy?

Anonymous HTTP Proxy - это расширение Chrome, разработанное https://getbehind.me, и его основная функция - "Access blocked web resources worldwide, surf the internet freely, and be secure online.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Anonymous HTTP Proxy

Скачайте файлы расширений Anonymous HTTP Proxy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Getbehind.me offers worldwide proxy servers infrastructure that provides anonymous location targeted browsing experience. This means you can access blocked websites from any location. It's free and easy to use!

After installing, you only need to pick the location you need and then click the connect button. Once you'll be connected, all the websites you will visit are going to recognize you from the selected location.

If you have any technical difficulties, please let us know at [email protected].                    

Основная информация о расширении

Название Anonymous HTTP Proxy Anonymous HTTP Proxy
ID meifgfdnekgimiclillpbogbblbfbaeg
Официальный URL https://chromewebstore.google.com/detail/anonymous-http-proxy/meifgfdnekgimiclillpbogbblbfbaeg
Описание Access blocked web resources worldwide, surf the internet freely, and be secure online.
Размер файла 496 KB
Количество установок 232
Текущая Версия 1.0.6
Последнее Обновление 2024-01-23
Дата публикации 2017-09-23
Рейтинг 3.00/5 Всего 7 оценок
Разработчик https://getbehind.me
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.getbehind.me
URL страницы помощи https://www.getbehind.me/contact
URL страницы политики конфиденциальности https://www.getbehind.me/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anonymous HTTP Proxy",
    "version": "1.0.6",
    "description": "Access blocked web resources worldwide, surf the internet freely, and be secure online.",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "proxy",
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "popup.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}