iBarry

iBarry, check for scams, phishing, malware and fakes

iBarry क्या है?

iBarry Scamadviser द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "iBarry, check for scams, phishing, malware and fakes"।

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

screenshot
screenshot

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

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

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

                        The 18th-century Swiss avalanche rescue dog is the inspiration for the name "iBarry." By educating the public about current digital threats and raising awareness, iBarry shields individuals in this century from large-scale immaterial, technical or financial damage.                    

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

नाम iBarry iBarry
ID jpjhadanfoaijbbidlcoammhbdnlcfli
आधिकारिक URL https://chromewebstore.google.com/detail/ibarry/jpjhadanfoaijbbidlcoammhbdnlcfli
विवरण iBarry, check for scams, phishing, malware and fakes
फ़ाइल का आकार 611 KB
स्थापना संख्या 109
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-09-09
प्रकाशन तिथि 2023-02-15
डेवलपर Scamadviser
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.ibarry.ch/en/
सहायता पृष्ठ URL https://www.ibarry.ch/en/about-us/support/
गोपनीयता नीति पृष्ठ URL https://www.scamadviser.com/privacy-policy
समर्थित भाषाएँ de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ro,ru,uk,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iBarry",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/checkawebsite.ibarry.ch\/",
    "default_locale": "de",
    "version": "1.1.0",
    "author": "Konrad Ossowski",
    "manifest_version": 3,
    "incognito": "split",
    "background": {
        "service_worker": "build\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/iBarry_Gray.png",
            "32": "\/images\/iBarry_Gray.png",
            "48": "\/images\/iBarry_Gray.png",
            "128": "\/images\/iBarry_Gray.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "build\/content-scripts.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "fonts\/*.woff"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "\/images\/iBarry.png",
        "32": "\/images\/iBarry.png",
        "48": "\/images\/iBarry.png",
        "128": "\/images\/iBarry.png"
    }
}