Defendera Browser Protection
Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its…
Qu'est-ce que Defendera Browser Protection ?
Defendera Browser Protection est une extension Chrome développée par https://defendera.app, et sa fonction principale est "Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Defendera Browser Protection
Téléchargez les fichiers d'extension Defendera Browser Protection au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its unique 4-layer active protection ensures the highest safety against online scams and warns users about other suspicious activities, stopping all kinds of online scam techniques. Active protection lets Defendera detect new fraud techniques within a minute of its creation, allowing for unprecedented safety when browsing online. Free features: • Review your browsing history for suspicious or dangerous visits (no sign up needed) • Passive scam protection • Passive potential threat warnings • Fraudulent e-commerce warnings Paid features: • Active realtime protection scam protection • Active realtime potential threat warnings • Child accounts - blocking of sexual content and websites used by sexual predators • Unlimited browsers (Business plan) • Advanced user management (Business plan) • Priority email support (Business plan)
Informations de Base sur l'Extension
Nom | Defendera Browser Protection |
ID | mapnejckiifgnmkokfpfbelpajdhcifo |
URL Officiel | https://chromewebstore.google.com/detail/defendera-browser-protect/mapnejckiifgnmkokfpfbelpajdhcifo |
Description | Premium security, without compromises. The browser extensions offering enterprise-grade protection, for fraction of the price. Its… |
Taille du Fichier | 1.31 MB |
Nombre d'Installations | 42 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2024-01-08 |
Date de Publication | 2023-08-09 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | https://defendera.app |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://www.defendera.app/ |
URL de la Page de Politique de Confidentialité | https://www.defendera.app/privacy-policy |
Langues Prises en Charge | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Defendera Browser Protection", "version": "1.2.2", "action": { "default_icon": "icon.png", "default_popup": "panel.html" }, "default_locale": "en", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "cookies", "tabs", "storage", "history" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*" ] }, { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "*:\/\/dashboard.defendera.app\/*" ] } } |