BitClout
Adds extra features to BitClout!
BitClout क्या है?
BitClout GoDo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds extra features to BitClout!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BitClout एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } ] } |