YIMA

Yima, check for scams, phishing, malware and fakes

Was ist YIMA?

YIMA ist eine Chrome-Erweiterung, die von Scamadviser entwickelt wurde, und ihr Hauptmerkmal ist "Yima, check for scams, phishing, malware and fakes".

Erweiterungsscreenshots

screenshot
screenshot

YIMA-Erweiterungs-CRX-Datei herunterladen

Laden Sie YIMA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Yima, check for scams, phishing, malware and fakes.
A product of Southern African Fraud Prevention Service (SAFPS) dedicated to scams, awareness, detection and prevention.
Yima empowers and enables consumers to detect any potential scam risks while browsing the internet.
Install this browser extension for a quick scan of a website link to identify the possibility of a scam that could result in your data being phished or worse.
Stop. Think. Don’t get scammed!                    

Grundlegende Informationen zur Erweiterung

Name YIMA YIMA
ID cahmajcpiilipcdkbplihchpgojaldpn
Offizielle URL https://chromewebstore.google.com/detail/yima/cahmajcpiilipcdkbplihchpgojaldpn
Beschreibung Yima, check for scams, phishing, malware and fakes
Dateigröße 653 KB
Installationsanzahl 907
Aktuelle Version 1.1.0
Letztes Update 2023-06-09
Veröffentlichungsdatum 2023-05-31
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Scamadviser
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://yima.org.za/
Hilfeseite URL https://yima.org.za/contactus
URL der Datenschutzrichtlinien-Seite https://www.scamadviser.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YIMA",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/www.yima.org.za",
    "default_locale": "en",
    "version": "1.1.0",
    "author": "Konrad Ossowski",
    "manifest_version": 3,
    "incognito": "split",
    "background": {
        "service_worker": "build\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/Yima_Gray.png",
            "32": "\/images\/Yima_Gray.png",
            "48": "\/images\/Yima_Gray.png",
            "128": "\/images\/Yima_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\/Yima.png",
        "32": "\/images\/Yima.png",
        "48": "\/images\/Yima.png",
        "128": "\/images\/Yima.png"
    }
}