Malware Protection
RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains
什麼是Malware Protection?
Malware Protection是由Rutuj Runwal開發的Chrome擴展程式,該擴展的主要功能是“RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains”。
擴展截圖
下載Malware Protection擴展crx文件
下載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 |
官方網址 | 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" } |