URL Checker

Check if a URL is malicious or benign.

Qu'est-ce que URL Checker ?

URL Checker est une extension Chrome développée par Super02, et sa fonction principale est "Check if a URL is malicious or benign.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL Checker

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

                        This extension helps you distinguish if URL's you are accessing are malicious or benign. To use this extension you simply go to a page of your choice and click on the extension. Through the power of AI the extension will determine purely based on the URL if the website is Benign or Malicious.

Please note that this extension will not always accurately display if a URL is benign or malicious. This extension is only meant for fun/education purposes.                    

Informations de Base sur l'Extension

Nom URL Checker URL Checker
ID dfmmocndemkjlgokckmpnhdpfcehpbpf
URL Officiel https://chromewebstore.google.com/detail/url-checker/dfmmocndemkjlgokckmpnhdpfcehpbpf
Description Check if a URL is malicious or benign.
Taille du Fichier 6 KB
Nombre d'Installations 47
Version Actuelle 1.0
Dernière Mise à Jour 2023-08-31
Date de Publication 2023-08-31
Évaluation 5.00/5 Total 2 Évaluations
Développeur Super02
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Checker",
    "description": "Check if a URL is malicious or benign.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/super02.me\/*"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}