Checkdot trust score
Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com
Cos'è Checkdot trust score?
Checkdot trust score è un'estensione di Chrome sviluppata da CheckDot, e la sua funzione principale è "Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Checkdot trust score
Scarica i file di estensione Checkdot trust score in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | lknnmehokbpcifdgicmkhmlgoggflhlm |
| URL Ufficiale | https://chromewebstore.google.com/detail/checkdot-trust-score/lknnmehokbpcifdgicmkhmlgoggflhlm |
| Descrizione | Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com |
| Dimensione del File | 79.72 KB |
| Conteggio Installazioni | 103 |
| Versione Corrente | 0.0.5 |
| Ultimo Aggiornamento | 2023-11-15 |
| Data di Pubblicazione | 2023-04-01 |
| Valutazione | 5.00/5 Totale 7 Valutazioni |
| Sviluppatore | CheckDot |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://checkdot.io |
| URL della Pagina di Aiuto | https://t.me/checkdot |
| URL della Pagina della Politica sulla Privacy | https://checkdot.io/CheckDot-Privacy-Policy-Document.pdf |
| Lingue Supportate | 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]"
}
}
} | |