YIMA

Yima, check for scams, phishing, malware and fakes

Wat is YIMA?

YIMA is een Chrome-extensie ontwikkeld door Scamadviser, en de belangrijkste functie is "Yima, check for scams, phishing, malware and fakes".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YIMA

Download YIMA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam YIMA YIMA
ID cahmajcpiilipcdkbplihchpgojaldpn
Officiële URL https://chromewebstore.google.com/detail/yima/cahmajcpiilipcdkbplihchpgojaldpn
Beschrijving Yima, check for scams, phishing, malware and fakes
Bestandsgrootte 653 KB
Aantal Installaties 907
Huidige Versie 1.1.0
Laatst Bijgewerkt 2023-06-09
Publicatiedatum 2023-05-31
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Scamadviser
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://yima.org.za/
Help Pagina-URL https://yima.org.za/contactus
URL van de Privacybeleid Pagina https://www.scamadviser.com/privacy-policy
Ondersteunde Talen 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"
    }
}