URL Checker

Check if a URL is malicious or benign.

Co je URL Checker?

URL Checker je rozšíření Chrome vyvinuté Super02, a jeho hlavní funkcí je „Check if a URL is malicious or benign.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření URL Checker

Stáhněte si soubory rozšíření URL Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název URL Checker URL Checker
ID dfmmocndemkjlgokckmpnhdpfcehpbpf
Oficiální URL https://chromewebstore.google.com/detail/url-checker/dfmmocndemkjlgokckmpnhdpfcehpbpf
Popis Check if a URL is malicious or benign.
Velikost souboru 6 KB
Počet instalací 47
Aktuální Verze 1.0
Poslední Aktualizace 2023-08-31
Datum Vydání 2023-08-31
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Super02
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}