WebSiteChecker

Checks whether the currently open page or linked pages are safe.

ما هو WebSiteChecker؟

WebSiteChecker هو إضافة Chrome تم تطويرها بواسطة OrcaSoft، والميزة الرئيسية لها هي "Checks whether the currently open page or linked pages are safe.".

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

screenshot

تحميل ملف CRX للإضافة WebSiteChecker

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

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

                        You can investigate with one click whether the currently displayed page or the linked page is safe. Additionally, you can thoroughly check details such as the host name, IP address, domain, and administrator name of the target site.                    

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

الاسم WebSiteChecker WebSiteChecker
ID odolknbekbmmjpkcphdoflncdefnecfc
عنوان URL الرسمي https://chromewebstore.google.com/detail/websitechecker/odolknbekbmmjpkcphdoflncdefnecfc
الوصف Checks whether the currently open page or linked pages are safe.
حجم الملف 25.56 KB
عدد التثبيتات 1,560
النسخة الحالية 2.0.3
آخر تحديث 2024-01-02
تاريخ النشر 2015-08-25
تقييم 3.50/5 مجموع تقييمات 4
المطور OrcaSoft
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://orca-soft.net/chrome/pd/html/privacy_policy.html
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extentionTitle__",
    "description": "__MSG_extentionDescription__",
    "version": "2.0.3",
    "default_locale": "en",
    "homepage_url": "https:\/\/orca-soft.net\/web\/",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_default_title__"
    },
    "icons": {
        "16": "icons\/app16.png",
        "32": "icons\/app32.png",
        "64": "icons\/app64.png",
        "128": "icons\/app128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; img-src 'self' http:\/\/* https:\/\/* data:; script-src 'self'; style-src 'self' http:\/\/* https:\/\/* 'unsafe-inline'; connect-src 'self' http:\/\/* https:\/\/*;"
    }
}