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
电子邮箱 [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"
            ]
        }
    ]
}