iBarry

iBarry, check for scams, phishing, malware and fakes

iBarryとは何ですか?

iBarryはScamadviserによって開発されたChromeの拡張機能で、その主な機能は「iBarry, check for scams, phishing, malware and fakes」です。

拡張機能のスクリーンショット

screenshot
screenshot

iBarry拡張機能のCRXファイルをダウンロード

iBarry拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}