ScamAdviser

Scamadviser, check for scams, phishing, malware and fakes

ScamAdviserคืออะไร?

ScamAdviser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scamadviser และคุณลักษณะหลักของมันคือ "Scamadviser, check for scams, phishing, malware and fakes"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScamAdviser

ดาวน์โหลดไฟล์ส่วนขยาย ScamAdviser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ScamAdviser.com helps over 3 million consumers every month to discover if a website is legitimate or a possible scam. You can now install the ScamAdviser browser extension to real time check if a website is legit or may contain malware, is phishing for your personal information or be an online fraud.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ScamAdviser ScamAdviser
ID lcmofkcgjjagmhodenahpocfkpopjdci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scamadviser/lcmofkcgjjagmhodenahpocfkpopjdci
คำอธิบาย Scamadviser, check for scams, phishing, malware and fakes
ขนาดไฟล์ 887 KB
จำนวนการติดตั้ง 12,133
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-06-09
วันที่เผยแพร่ 2022-08-26
คะแนน 4.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Scamadviser
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.scamadviser.com/download-browser-extension-app
URL หน้าช่วยเหลือ https://www.scamadviser.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.scamadviser.com/privacy-policy
ภาษาที่รองรับ de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ro,ru,uk,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScamAdviser",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/www.scamadviser.com",
    "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\/Scamadviser_Shield_Gray.png",
            "32": "\/images\/Scamadviser_Shield_Gray.png",
            "48": "\/images\/Scamadviser_Shield_Gray.png",
            "128": "\/images\/Scamadviser_Shield_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\/Scamadviser_Shield_Red.png",
        "32": "\/images\/Scamadviser_Shield_Red.png",
        "48": "\/images\/Scamadviser_Shield_Red.png",
        "128": "\/images\/Scamadviser_Shield_Red.png"
    }
}