Cyber Guard

The browser extension notifies the security status of the website, request the permission to open the domain from malware list.

Qu'est-ce que Cyber Guard ?

Cyber Guard est une extension Chrome développée par ottawa.purple, et sa fonction principale est "The browser extension notifies the security status of the website, request the permission to open the domain from malware list.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cyber Guard

Téléchargez les fichiers d'extension Cyber Guard 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

                        We protect your browser from visting dangerous sites. Cyber Guard checks every visited domain for a potential threat. If we detect the visited domain is not secure, you will receive a notification in the tab. You can also change the settings from the extension menu.
By installing the browser extension you agree to your privacy policy you can find here: https://www.cyber-guard.me/privacy-policy                    

Informations de Base sur l'Extension

Nom Cyber Guard Cyber Guard
ID ijjapkpjadbaegohjbkhbgdehhadmoon
URL Officiel https://chromewebstore.google.com/detail/cyber-guard/ijjapkpjadbaegohjbkhbgdehhadmoon
Description The browser extension notifies the security status of the website, request the permission to open the domain from malware list.
Taille du Fichier 522 KB
Nombre d'Installations 39,356
Version Actuelle 1.0.1.0
Dernière Mise à Jour 2021-07-05
Date de Publication 2021-07-05
Évaluation 4.42/5 Total 50 Évaluations
Développeur ottawa.purple
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.cyber-guard.me
URL de la Page de Politique de Confidentialité https://www.cyber-guard.me/privacy-policy
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cyber Guard",
    "version": "1.0.1.0",
    "description": "The browser extension notifies the security status of the website, request the permission to open the domain from malware list.",
    "author": "Jean",
    "engine": "cyber-guard",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "",
        "webRequest",
        "unlimitedStorage",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background\/bundle.js",
            "vendors\/bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content\/bundle.js",
                "vendors\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Cyber Guard",
        "default_icon": {
            "24": "images\/logo_24x24.png",
            "48": "images\/logo_48x48.png",
            "96": "images\/logo_96x96.png"
        }
    },
    "icons": {
        "24": "images\/logo_24x24.png",
        "48": "images\/logo_48x48.png",
        "96": "images\/logo_96x96.png"
    },
    "web_accessible_resources": [
        "content\/*.css",
        "content\/*.svg",
        "images\/*.png"
    ]
}