Malware Protection
RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains
Malware Protection क्या है?
Malware Protection Rutuj Runwal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Malware Protection एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |