attoVPN

attoVPN is a nice and simple VPN.

Что такое attoVPN?

attoVPN - это расширение Chrome, разработанное Brahma Sharma, и его основная функция - "attoVPN is a nice and simple VPN.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        See websites that are blocked with attoVPN. attoVPN is easily one of the best free VPNs out there.

Features:
✔Unrestricts sites
✔Easy interface
✔Hides your IP address
✔No ads

Why install it?
attoVPN has no sign up forms, no payment forms, no data collection, just a privacy protector.                    

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

Название attoVPN attoVPN
ID bjabnmkjdfdhpcegibkdoolipmagdilg
Официальный URL https://chrome.google.com/webstore/detail/attovpn/bjabnmkjdfdhpcegibkdoolipmagdilg
Описание attoVPN is a nice and simple VPN.
Размер файла 48.24 KB
Количество установок 25
Текущая Версия 0.0.1
Последнее Обновление 2021-07-09
Дата публикации 2021-07-07
Рейтинг 1.00/5 Всего 2 оценок
Разработчик Brahma Sharma
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "attoVPN",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "attoVPN is a nice and simple VPN.",
    "homepage_url": "http:\/\/blank.org",
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "attovpn",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs"
    ]
}