YIMA

Yima, check for scams, phishing, malware and fakes

Что такое YIMA?

YIMA - это расширение Chrome, разработанное Scamadviser, и его основная функция - "Yima, check for scams, phishing, malware and fakes".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения YIMA

Скачайте файлы расширений YIMA в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название YIMA YIMA
ID cahmajcpiilipcdkbplihchpgojaldpn
Официальный URL https://chromewebstore.google.com/detail/yima/cahmajcpiilipcdkbplihchpgojaldpn
Описание Yima, check for scams, phishing, malware and fakes
Размер файла 653 KB
Количество установок 907
Текущая Версия 1.1.0
Последнее Обновление 2023-06-09
Дата публикации 2023-05-31
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Scamadviser
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://yima.org.za/
URL страницы помощи https://yima.org.za/contactus
URL страницы политики конфиденциальности https://www.scamadviser.com/privacy-policy
Поддерживаемые языки 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"
    }
}