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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}