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