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
官方網址 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"
    }
}