Checkdot trust score

Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com

Qu'est-ce que Checkdot trust score ?

Checkdot trust score est une extension Chrome développée par CheckDot, et sa fonction principale est "Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Checkdot trust score

Téléchargez les fichiers d'extension Checkdot trust score au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Displays a confidence score provided by the CheckDot api to give an idea of risk on each project listed in cmc / cg.

Complementary tool to your own analysis.                    

Informations de Base sur l'Extension

Nom Checkdot trust score Checkdot trust score
ID lknnmehokbpcifdgicmkhmlgoggflhlm
URL Officiel https://chromewebstore.google.com/detail/checkdot-trust-score/lknnmehokbpcifdgicmkhmlgoggflhlm
Description Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com
Taille du Fichier 79.72 KB
Nombre d'Installations 103
Version Actuelle 0.0.5
Dernière Mise à Jour 2023-11-15
Date de Publication 2023-04-01
Évaluation 5.00/5 Total 7 Évaluations
Développeur CheckDot
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://checkdot.io
URL de la Page d'Aide https://t.me/checkdot
URL de la Page de Politique de Confidentialité https://checkdot.io/CheckDot-Privacy-Policy-Document.pdf
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Checkdot trust score",
    "version": "0.0.5",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "description": "Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com",
    "host_permissions": [
        "https:\/\/node.checkdot.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/coinmarketcap.com\/currencies\/*",
                "*:\/\/coinmarketcap.com\/*\/currencies\/*",
                "*:\/\/www.coingecko.com\/*\/coins\/*"
            ],
            "js": [
                "jquery.min.js",
                "checkdot.js",
                "coinmarketcap.js",
                "coingecko.js",
                "main.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}