Checkdot trust score
Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com
Apa itu Checkdot trust score?
Checkdot trust score adalah ekstensi Chrome yang dikembangkan oleh CheckDot, dan fitur utamanya adalah "Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Checkdot trust score
Unduh file ekstensi Checkdot trust score dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Checkdot trust score |
ID | lknnmehokbpcifdgicmkhmlgoggflhlm |
URL Resmi | https://chromewebstore.google.com/detail/checkdot-trust-score/lknnmehokbpcifdgicmkhmlgoggflhlm |
Deskripsi | Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com |
Ukuran File | 79.72 KB |
Jumlah Instalasi | 103 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2023-11-15 |
Tanggal Publikasi | 2023-04-01 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | CheckDot |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://checkdot.io |
URL Halaman Bantuan | https://t.me/checkdot |
URL Halaman Kebijakan Privasi | https://checkdot.io/CheckDot-Privacy-Policy-Document.pdf |
Bahasa yang Didukung | 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]" } } } |