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
公式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
Eメール [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"
    }
}