URL Checker

Check if a URL is malicious or benign.

What is URL Checker?

URL Checker is a Chrome extension developed by Super02, and its main feature is "Check if a URL is malicious or benign.".

Extension Screenshots

screenshot

Download URL Checker Extension CRX File

Download URL Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name URL Checker URL Checker
ID dfmmocndemkjlgokckmpnhdpfcehpbpf
Official URL https://chromewebstore.google.com/detail/url-checker/dfmmocndemkjlgokckmpnhdpfcehpbpf
Description Check if a URL is malicious or benign.
File Size 6 KB
Installation Count 47
Current Version 1.0
Last Updated 2023-08-31
Publish Date 2023-08-31
Rating 5.00/5 Total 2 Ratings
Developer Super02
Email [email protected]
Payment Type free
Supported Languages 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": [
                ""
            ]
        }
    ]
}