YIMA

Yima, check for scams, phishing, malware and fakes

YIMA là gì?

YIMA là một tiện ích mở rộng Chrome được phát triển bởi Scamadviser, và tính năng chính của nó là "Yima, check for scams, phishing, malware and fakes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YIMA

Tải xuống các tệp mở rộng YIMA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YIMA YIMA
ID cahmajcpiilipcdkbplihchpgojaldpn
URL Chính Thức https://chromewebstore.google.com/detail/yima/cahmajcpiilipcdkbplihchpgojaldpn
Mô tả Yima, check for scams, phishing, malware and fakes
Kích Thước Tệp 653 KB
Số Lần Cài Đặt 907
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-06-09
Ngày Phát Hành 2023-05-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Scamadviser
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yima.org.za/
URL Trang Trợ Giúp https://yima.org.za/contactus
URL Trang Chính Sách Bảo Mật https://www.scamadviser.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}