YIMA

Yima, check for scams, phishing, malware and fakes

Cos'è YIMA?

YIMA è un'estensione di Chrome sviluppata da Scamadviser, e la sua funzione principale è "Yima, check for scams, phishing, malware and fakes".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione YIMA

Scarica i file di estensione YIMA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome YIMA YIMA
ID cahmajcpiilipcdkbplihchpgojaldpn
URL Ufficiale https://chromewebstore.google.com/detail/yima/cahmajcpiilipcdkbplihchpgojaldpn
Descrizione Yima, check for scams, phishing, malware and fakes
Dimensione del File 653 KB
Conteggio Installazioni 907
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-06-09
Data di Pubblicazione 2023-05-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Scamadviser
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://yima.org.za/
URL della Pagina di Aiuto https://yima.org.za/contactus
URL della Pagina della Politica sulla Privacy https://www.scamadviser.com/privacy-policy
Lingue Supportate 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"
    }
}