YIMA

Yima, check for scams, phishing, malware and fakes

什麼是YIMA?

YIMA是由Scamadviser開發的Chrome擴展程式,該擴展的主要功能是“Yima, check for scams, phishing, malware and fakes”。

擴展截圖

screenshot
screenshot

下載YIMA擴展crx文件

下載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
官方網址 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"
    }
}