isTrust

Verify the trustability of any website

isTrust क्या है?

isTrust Internet Society Belgium द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Verify the trustability of any website"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में isTrust एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A website seems suspicious ?
Find out by checking:
🌐 domain
📨 communication

🧬 Open source : https://github.com/Internet-Society-Belgium/isTrust                    

एक्सटेंशन की मूल जानकारी

नाम isTrust isTrust
ID kinlknncggaihnhdcalijdmpbhbflalm
आधिकारिक URL https://chromewebstore.google.com/detail/istrust/kinlknncggaihnhdcalijdmpbhbflalm
विवरण Verify the trustability of any website
फ़ाइल का आकार 324 KB
स्थापना संख्या 39
वर्तमान संस्करण 3.9.1
अंतिम अपडेट 2022-03-15
प्रकाशन तिथि 2021-10-05
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Internet Society Belgium
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.istrust.org/
सहायता पृष्ठ URL https://github.com/Internet-Society-Belgium/isTrust/issues/new/choose
गोपनीयता नीति पृष्ठ URL https://www.internetsociety.be/privacy-policy
समर्थित भाषाएँ en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "author": "Internet Society Belgium",
    "default_locale": "en",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage",
        "alarms",
        "contextMenus",
        "geolocation"
    ],
    "icons": {
        "48": "icons\/icon.png",
        "96": "icons\/[email protected]"
    },
    "background": {
        "scripts": [
            "background\/index.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts\/index.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "__MSG_extension_name__",
        "default_icon": {
            "48": "icons\/icon.png",
            "96": "icons\/[email protected]"
        }
    },
    "version": "3.9.1"
}