URL Checker

Check if a URL is malicious or benign.

Co to jest URL Checker?

URL Checker to rozszerzenie Chrome opracowane przez Super02, a jego główną funkcją jest „Check if a URL is malicious or benign.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia URL Checker

Pobierz pliki rozszerzeń URL Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa URL Checker URL Checker
ID dfmmocndemkjlgokckmpnhdpfcehpbpf
Oficjalny URL https://chromewebstore.google.com/detail/url-checker/dfmmocndemkjlgokckmpnhdpfcehpbpf
Opis Check if a URL is malicious or benign.
Rozmiar pliku 6 KB
Liczba instalacji 47
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-08-31
Data Publikacji 2023-08-31
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Super02
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}