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 |
公式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 |
Eメール | [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" } |