Checkdot trust score
Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com
What is Checkdot trust score?
Checkdot trust score is a Chrome extension developed by CheckDot, and its main feature is "Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com".
Extension Screenshots
Download Checkdot trust score Extension CRX File
Download Checkdot trust score extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Checkdot trust score |
ID | lknnmehokbpcifdgicmkhmlgoggflhlm |
Official URL | https://chromewebstore.google.com/detail/checkdot-trust-score/lknnmehokbpcifdgicmkhmlgoggflhlm |
Description | Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com |
File Size | 79.72 KB |
Installation Count | 103 |
Current Version | 0.0.5 |
Last Updated | 2023-11-15 |
Publish Date | 2023-04-01 |
Rating | 5.00/5 Total 7 Ratings |
Developer | CheckDot |
[email protected] | |
Payment Type | free |
Extension Website | https://checkdot.io |
Help Page URL | https://t.me/checkdot |
Privacy Policy Page URL | https://checkdot.io/CheckDot-Privacy-Policy-Document.pdf |
Supported Languages | 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]" } } } |