URL Checker

Check if a URL is malicious or benign.

Hvad er URL Checker?

URL Checker er en Chrome-udvidelse udviklet af Super02, og dens hovedfunktion er "Check if a URL is malicious or benign.".

Udvidelsesskærmbilleder

screenshot

Download URL Checker-udvidelses-CRX-fil

Download URL Checker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn URL Checker URL Checker
ID dfmmocndemkjlgokckmpnhdpfcehpbpf
Officiel URL https://chromewebstore.google.com/detail/url-checker/dfmmocndemkjlgokckmpnhdpfcehpbpf
Beskrivelse Check if a URL is malicious or benign.
Filstørrelse 6 KB
Antal Installationer 47
Nuværende Version 1.0
Senest Opdateret 2023-08-31
Udgivelsesdato 2023-08-31
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Super02
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}