YIMA

Yima, check for scams, phishing, malware and fakes

Hvad er YIMA?

YIMA er en Chrome-udvidelse udviklet af Scamadviser, og dens hovedfunktion er "Yima, check for scams, phishing, malware and fakes".

Udvidelsesskærmbilleder

screenshot
screenshot

Download YIMA-udvidelses-CRX-fil

Download YIMA-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn YIMA YIMA
ID cahmajcpiilipcdkbplihchpgojaldpn
Officiel URL https://chromewebstore.google.com/detail/yima/cahmajcpiilipcdkbplihchpgojaldpn
Beskrivelse Yima, check for scams, phishing, malware and fakes
Filstørrelse 653 KB
Antal Installationer 907
Nuværende Version 1.1.0
Senest Opdateret 2023-06-09
Udgivelsesdato 2023-05-31
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Scamadviser
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://yima.org.za/
Hjælpeside-URL https://yima.org.za/contactus
URL til Fortrolighedspolitik Side https://www.scamadviser.com/privacy-policy
Understøttede Sprog 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"
    }
}