Malware Protection
RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains
Что такое Malware Protection?
Malware Protection - это расширение Chrome, разработанное Rutuj Runwal, и его основная функция - "RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains".
Снимки экрана расширения
Скачать файл CRX расширения Malware Protection
Скачайте файлы расширений Malware Protection в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Browse, search and explore with built-in malware protection and keep harmful content from ever reaching you! No setups required. Get all round protection for free. Block Malware before it can infect your browser✅ Get Peace of mind with automatic protection🏆 Lighting fast performance⚡ Safety Indicator warn's about threats before you click✨ Secure your browser against online threats including malware, phishing, adware and PUPs. Free. Open source with public license (GPLv3)
Основная информация о расширении
Название | Malware Protection |
ID | oihahelebihibbaaddjgmfbeaonilgia |
Официальный URL | https://chromewebstore.google.com/detail/malware-protection/oihahelebihibbaaddjgmfbeaonilgia |
Описание | RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains |
Размер файла | 92.19 KB |
Количество установок | 640 |
Текущая Версия | 1.3 |
Последнее Обновление | 2022-08-03 |
Дата публикации | 2022-06-28 |
Рейтинг | 4.67/5 Всего 3 оценок |
Разработчик | Rutuj Runwal |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "description": "RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains", "icons": { "64": "icon.png" }, "manifest_version": 3, "name": "Malware Protection", "action": { "default_popup": "popup.html", "default_title": "RR Scan" }, "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_start", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }, { "js": [ "gl_scan.js" ], "run_at": "document_end", "matches": [ "https:\/\/*.google.com\/search*", "https:\/\/*.bing.com\/search?*" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/tick.png", "icons\/cross.png" ], "matches": [ "https:\/\/*.google.com\/*", "https:\/\/*.bing.com\/*" ] } ], "version": "1.3" } |