BitClout SuperWallet

Know real time prices to maximize trading profits

BitClout SuperWallet란 무엇입니까?

BitClout SuperWallet은(는) zakharday에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Know real time prices to maximize trading profits"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Know real time prices to maximize trading profits. SuperWallet is a Chrome extension that updates your BitClout wallet and not only this.

The reason it's created
While BitClout now have a delay in update of creator coin prices on your wallet page this extension can help. Use it on your wallet page to update the page data.

Features on the wallet page
• Updates creator coin price on the wallet page
• Updates your share of the creator coins
• Updates your cash-out price
• Adds a link to creator's analytics page on the BitCloutPulse
• Adds the creator's founder reward percentage
• Adds a button to force update wallet data
• Adds a list of creators you want to watch for to the sidebar with their coin price and founder reward percentage
• Updates the total in USD (after all updates)
• Adds a total in $BitClout

Features on the profile page
• Adds a link to creator's analytics page on the BitCloutPulse
• Adds a creator's founder reward percentage

Features on the notifications page
• Adds small footer to activate notifications autoload                    

확장 프로그램 기본 정보

이름 BitClout SuperWallet BitClout SuperWallet
ID jkkmfkgfgmhegdbcaahpppjndaiidbjd
공식 URL https://chromewebstore.google.com/detail/bitclout-superwallet/jkkmfkgfgmhegdbcaahpppjndaiidbjd
설명 Know real time prices to maximize trading profits
파일 크기 40.4 KB
설치 횟수 62
현재 버전 0.10.7
최근 업데이트 2021-10-23
출시 날짜 2021-04-02
평점 5.00/5 총 1 개의 평점
개발자 zakharday
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bitclout.com/u/SuperWallet
개인정보 보호 정책 페이지 URL https://www.websitepolicies.com/policies/view/PbhvVWDA
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BitClout SuperWallet",
    "description": "Know real time prices to maximize trading profits",
    "version": "0.10.7",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bitclout.com\/*"
            ],
            "js": [
                "superwallet.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/extension_icon_16.png",
            "32": "\/images\/extension_icon_32.png",
            "48": "\/images\/extension_icon_48.png",
            "128": "\/images\/extension_icon_128.png"
        }
    },
    "icons": {
        "16": "\/images\/extension_icon_16.png",
        "32": "\/images\/extension_icon_32.png",
        "48": "\/images\/extension_icon_48.png",
        "128": "\/images\/extension_icon_128.png"
    }
}