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" } |