BitClout

Adds extra features to BitClout!

BitCloutとは何ですか?

BitCloutはGoDoによって開発されたChromeの拡張機能で、その主な機能は「Adds extra features to BitClout!」です。

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

screenshot

BitClout拡張機能のCRXファイルをダウンロード

BitClout拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        We believe that BitClout has so much potential, and we want to add to that.

GoDoCompany is proud to present the first BitClout extension, adding some awesome features inline to the BitClout website!

Here's what this plugin does:
• Displays "Founder Reward Percentage" to the buy page
• Adds shortcuts for quicker navigation on BitClout
• Inserts bonus analysis and stats across the site

Here's what this plugin doesn't do:
• DOESN'T collect any of your data (at all)
• DOESN'T talk to our servers
• DOESN'T interfere with the speed or design of BitClout

This is a free product, released for use as-is. We are not affiliated with the BitClout core development team or any of its investors.

Follow us @GoDo on BitClout.                    

拡張機能の基本情報

名前 BitClout BitClout
ID cibnoimijnodokdlhkbgogbnemfpkool
公式URL https://chromewebstore.google.com/detail/bitclout/cibnoimijnodokdlhkbgogbnemfpkool
説明 Adds extra features to BitClout!
ファイルサイズ 4.82 KB
インストール数 106
現在のバージョン 0.2
最終更新日 2021-04-04
公開日 2021-03-30
評価 5.00/5 合計 4 レビュー
開発者 GoDo
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BitClout",
    "action": [],
    "manifest_version": 3,
    "version": "0.2",
    "description": "Adds extra features to BitClout!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bitclout.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}