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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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]"
        }
    }
}