Checkdot trust score
Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com
Wat is Checkdot trust score?
Checkdot trust score is een Chrome-extensie ontwikkeld door CheckDot, en de belangrijkste functie is "Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Checkdot trust score
Download Checkdot trust score-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lknnmehokbpcifdgicmkhmlgoggflhlm |
| Officiële URL | https://chromewebstore.google.com/detail/checkdot-trust-score/lknnmehokbpcifdgicmkhmlgoggflhlm |
| Beschrijving | Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com |
| Bestandsgrootte | 79.72 KB |
| Aantal Installaties | 103 |
| Huidige Versie | 0.0.5 |
| Laatst Bijgewerkt | 2023-11-15 |
| Publicatiedatum | 2023-04-01 |
| Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | CheckDot |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://checkdot.io |
| Help Pagina-URL | https://t.me/checkdot |
| URL van de Privacybeleid Pagina | https://checkdot.io/CheckDot-Privacy-Policy-Document.pdf |
| Ondersteunde Talen | 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]"
}
}
} | |