URL Checker

Check if a URL is malicious or benign.

Cos'è URL Checker?

URL Checker è un'estensione di Chrome sviluppata da Super02, e la sua funzione principale è "Check if a URL is malicious or benign.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL Checker

Scarica i file di estensione URL Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome URL Checker URL Checker
ID dfmmocndemkjlgokckmpnhdpfcehpbpf
URL Ufficiale https://chromewebstore.google.com/detail/url-checker/dfmmocndemkjlgokckmpnhdpfcehpbpf
Descrizione Check if a URL is malicious or benign.
Dimensione del File 6 KB
Conteggio Installazioni 47
Versione Corrente 1.0
Ultimo Aggiornamento 2023-08-31
Data di Pubblicazione 2023-08-31
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Super02
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}