BitClout SuperWallet
Know real time prices to maximize trading profits
BitClout SuperWalletคืออะไร?
BitClout SuperWallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zakharday และคุณลักษณะหลักของมันคือ "Know real time prices to maximize trading profits"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BitClout SuperWallet
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |