WebSiteChecker

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

WebSiteChecker क्या है?

WebSiteChecker OrcaSoft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Checks whether the currently open page or linked pages are safe."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebSiteChecker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ URL 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:\/\/*;"
    }
}