Adaware Web Protection
Stay protected while searching and surfing the Web. Never worry about suspicious websites again.
Что такое Adaware Web Protection?
Adaware Web Protection - это расширение Chrome, разработанное https://www.adaware.com, и его основная функция - "Stay protected while searching and surfing the Web. Never worry about suspicious websites again.".
Снимки экрана расширения
Скачать файл CRX расширения Adaware Web Protection
Скачайте файлы расширений Adaware Web Protection в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Adaware Web Protection uses cutting-edge cloudbased detection technology which offers a more robust antivirus level of protection against dangerous websites. Every time a URL is scanned, the algorithm gets smarter and more precise which results in faster detection. With our cloud service, your extension gets access to the most up-to date list of potential malware, which protects you from zero-day threats.
Основная информация о расширении
Название | |
ID | nnooggpliipegmffiolegeppbgkclbpi |
Официальный URL | https://chromewebstore.google.com/detail/adaware-web-protection/nnooggpliipegmffiolegeppbgkclbpi |
Описание | Stay protected while searching and surfing the Web. Never worry about suspicious websites again. |
Размер файла | 1.06 MB |
Количество установок | 91,480 |
Текущая Версия | 1.0.9 |
Последнее Обновление | 2021-08-12 |
Дата публикации | 2020-03-25 |
Рейтинг | 3.78/5 Всего 60 оценок |
Разработчик | https://www.adaware.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | http://www.adaware.com/privacy-policy |
Поддерживаемые языки | de,en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Lavasoft", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "img\/browsericons\/icon19.png", "38": "img\/browsericons\/icon38.png" }, "default_title": "Web Protection" }, "default_locale": "en", "description": "__MSG_extShortDesc__", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png" }, "incognito": "split", "manifest_version": 2, "minimum_chrome_version": "26.0", "name": "Adaware Web Protection", "permissions": [ "storage", "tabs", "unlimitedStorage", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "Adaware Web Protection", "version": "1.0.9", "web_accessible_resources": [ "img\/*", "\/loading-page.html" ] } |