iBarry

iBarry, check for scams, phishing, malware and fakes

Co to jest iBarry?

iBarry to rozszerzenie Chrome opracowane przez Scamadviser, a jego główną funkcją jest „iBarry, check for scams, phishing, malware and fakes”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia iBarry

Pobierz pliki rozszerzeń iBarry w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa iBarry iBarry
ID jpjhadanfoaijbbidlcoammhbdnlcfli
Oficjalny URL https://chromewebstore.google.com/detail/ibarry/jpjhadanfoaijbbidlcoammhbdnlcfli
Opis iBarry, check for scams, phishing, malware and fakes
Rozmiar pliku 611 KB
Liczba instalacji 109
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2023-09-09
Data Publikacji 2023-02-15
Deweloper Scamadviser
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.ibarry.ch/en/
Adres URL Strony Pomocy https://www.ibarry.ch/en/about-us/support/
Adres URL Strony Polityki Prywatności https://www.scamadviser.com/privacy-policy
Obsługiwane Języki 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"
    }
}