YIMA

Yima, check for scams, phishing, malware and fakes

YIMA क्या है?

YIMA Scamadviser द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Yima, check for scams, phishing, malware and fakes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YIMA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}