aProxy
aProxy will give you the following benefits: - Access to websites if it is unavailable for you; - Improved connection speed if you…
Что такое aProxy?
aProxy - это расширение Chrome, разработанное adjaranet, и его основная функция - "aProxy will give you the following benefits: - Access to websites if it is unavailable for you; - Improved connection speed if you…".
Снимки экрана расширения
Скачать файл CRX расширения aProxy
Скачайте файлы расширений aProxy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
aProxy will give you the following benefits: - Access to websites if it is unavailable for you; - Improved connection speed if you have a bad connection - Increased safety of data transferred over the Internet
Основная информация о расширении
Название | aProxy |
ID | ibalioppfbgkpnijdonlogccokhmplif |
Официальный URL | https://chromewebstore.google.com/detail/aproxy/ibalioppfbgkpnijdonlogccokhmplif |
Описание | aProxy will give you the following benefits: - Access to websites if it is unavailable for you; - Improved connection speed if you… |
Размер файла | 18.62 KB |
Количество установок | 2,049 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2016-05-10 |
Дата публикации | 2016-04-21 |
Рейтинг | 4.30/5 Всего 30 оценок |
Разработчик | adjaranet |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "background": { "scripts": [ "app.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "aProxy", "permissions": [ "proxy" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |