URL Checker

Check if a URL is malicious or benign.

ما هو URL Checker؟

URL Checker هو إضافة Chrome تم تطويرها بواسطة Super02، والميزة الرئيسية لها هي "Check if a URL is malicious or benign.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة URL Checker

قم بتنزيل ملفات الامتداد URL Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم URL Checker URL Checker
ID dfmmocndemkjlgokckmpnhdpfcehpbpf
عنوان URL الرسمي https://chromewebstore.google.com/detail/url-checker/dfmmocndemkjlgokckmpnhdpfcehpbpf
الوصف Check if a URL is malicious or benign.
حجم الملف 6 KB
عدد التثبيتات 47
النسخة الحالية 1.0
آخر تحديث 2023-08-31
تاريخ النشر 2023-08-31
تقييم 5.00/5 مجموع تقييمات 2
المطور Super02
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}