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 |
官方網址 | 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]" } } } |