Checkdot trust score
Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com
Co to jest Checkdot trust score?
Checkdot trust score to rozszerzenie Chrome opracowane przez CheckDot, a jego główną funkcją jest „Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Checkdot trust score
Pobierz pliki rozszerzeń Checkdot trust score w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Checkdot trust score |
ID | lknnmehokbpcifdgicmkhmlgoggflhlm |
Oficjalny URL | https://chromewebstore.google.com/detail/checkdot-trust-score/lknnmehokbpcifdgicmkhmlgoggflhlm |
Opis | Provide trust score from checkdot.io for supported tokens on coinmarketcap.com and coingecko.com |
Rozmiar pliku | 79.72 KB |
Liczba instalacji | 103 |
Aktualna Wersja | 0.0.5 |
Ostatnia Aktualizacja | 2023-11-15 |
Data Publikacji | 2023-04-01 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | CheckDot |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://checkdot.io |
Adres URL Strony Pomocy | https://t.me/checkdot |
Adres URL Strony Polityki Prywatności | https://checkdot.io/CheckDot-Privacy-Policy-Document.pdf |
Obsługiwane Języki | 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]" } } } |