BitClout

Adds extra features to BitClout!

BitClout란 무엇입니까?

BitClout은(는) GoDo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds extra features to BitClout!"입니다.

확장 프로그램 스크린샷

screenshot

BitClout 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}