Malware Protection
RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains
O que é Malware Protection?
Malware Protection é uma extensão do Chrome desenvolvida por Rutuj Runwal, e sua principal característica é "RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Malware Protection
Baixe arquivos de extensão Malware Protection no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | Malware Protection |
ID | oihahelebihibbaaddjgmfbeaonilgia |
URL Oficial | https://chromewebstore.google.com/detail/malware-protection/oihahelebihibbaaddjgmfbeaonilgia |
Descrição | RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains |
Tamanho do Arquivo | 92.19 KB |
Contagem de Instalações | 640 |
Versão Atual | 1.3 |
Última Atualização | 2022-08-03 |
Data de Publicação | 2022-06-28 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | Rutuj Runwal |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |