Crypto Scam Detector

crypto scam detector

What is Crypto Scam Detector?

Crypto Scam Detector is a Chrome extension developed by dominiconorton, and its main feature is "crypto scam detector".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Crypto Scam Detector Extension CRX File

Download Crypto Scam Detector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Crypto Scam Detector Crypto Scam Detector
ID dpcigdkpglmdipkihchioghjgiglfgip
Official URL https://chromewebstore.google.com/detail/crypto-scam-detector/dpcigdkpglmdipkihchioghjgiglfgip
Description crypto scam detector
File Size 20.24 KB
Installation Count 125
Current Version 2
Last Updated 2023-05-02
Publish Date 2021-11-28
Rating 5.00/5 Total 1 Ratings
Developer dominiconorton
Email [email protected]
Payment Type free
Extension Website https://cryptoscamdetector.xyz/
Help Page URL https://www.dominiconorton.co.uk
Privacy Policy Page URL https://www.termsfeed.com/live/97c22825-9895-469a-9c5b-5148e97bfa44
Supported Languages 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;"
    }
}