iBarry

iBarry, check for scams, phishing, malware and fakes

iBarryคืออะไร?

iBarry เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scamadviser และคุณลักษณะหลักของมันคือ "iBarry, check for scams, phishing, malware and fakes"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iBarry

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}