Crypto Scam Detector

crypto scam detector

Crypto Scam Detectorคืออะไร?

Crypto Scam Detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dominiconorton และคุณลักษณะหลักของมันคือ "crypto scam detector"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Crypto Scam Detector is the premier chrome extension for verifying the legitimacy of crypto related websites.                    

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

ชื่อ Crypto Scam Detector Crypto Scam Detector
ID dpcigdkpglmdipkihchioghjgiglfgip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crypto-scam-detector/dpcigdkpglmdipkihchioghjgiglfgip
คำอธิบาย crypto scam detector
ขนาดไฟล์ 20.24 KB
จำนวนการติดตั้ง 125
เวอร์ชันปัจจุบัน 2
อัปเดตครั้งล่าสุด 2023-05-02
วันที่เผยแพร่ 2021-11-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา dominiconorton
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cryptoscamdetector.xyz/
URL หน้าช่วยเหลือ https://www.dominiconorton.co.uk
URL หน้านโยบายความเป็นส่วนตัว https://www.termsfeed.com/live/97c22825-9895-469a-9c5b-5148e97bfa44
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Scam Detector",
    "short_name": "cryptoscamde",
    "version": "2",
    "manifest_version": 3,
    "description": "crypto scam detector ",
    "homepage_url": "https:\/\/cryptoscamdetectorproduction.bildr.com",
    "icons": {
        "16": "icons\/Crypto Scam Detector Logo.FKcFqLxbg0OWStiAAFMaQw.png",
        "48": "icons\/Crypto Scam Detector Logo.FKcFqLxbg0OWStiAAFMaQw.png",
        "128": "icons\/Crypto Scam Detector Logo.FKcFqLxbg0OWStiAAFMaQw.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/bildr\/ui\/bildrPopUp.html",
                "src\/bildr\/ui\/css\/bildrStyle.css",
                "js\/injectScript_Crypto%20Scam%20Detector_2.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/bildrScript_Crypto Scam Detector_2.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": ".\/icons\/Crypto Scam Detector Logo.FKcFqLxbg0OWStiAAFMaQw.png",
        "default_title": "cryptoscamde"
    },
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/cryptoscamdetectorproduction.bildr.com;"
    }
}