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"
    }
}