YIMA
Yima, check for scams, phishing, malware and fakes
YIMAคืออะไร?
YIMA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scamadviser และคุณลักษณะหลักของมันคือ "Yima, check for scams, phishing, malware and fakes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" } } |