Checkdot trust score
Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com
什么是Checkdot trust score?
Checkdot trust score是由CheckDot开发的Chrome扩展程序,该扩展的主要功能是“Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com”。
扩展截图
下载Checkdot trust score扩展crx文件
下载Checkdot trust score扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Checkdot trust score |
ID | lknnmehokbpcifdgicmkhmlgoggflhlm |
官方URL | https://chromewebstore.google.com/detail/checkdot-trust-score/lknnmehokbpcifdgicmkhmlgoggflhlm |
简介 | Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com |
文件大小 | 79.72 KB |
安装次数 | 103 |
当前版本 | 0.0.5 |
更新时间 | 2023-11-15 |
上架时间 | 2023-04-01 |
评分 | 5.00/5 共7次评分 |
开发者 | CheckDot |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://checkdot.io |
帮助页面URL | https://t.me/checkdot |
隐私政策页面URL | https://checkdot.io/CheckDot-Privacy-Policy-Document.pdf |
支持的语言 | 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]" } } } |