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文件

下載BitClout SuperWallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}