BitClout
Adds extra features to BitClout!
Τι είναι το BitClout;
Το BitClout είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον GoDo, και η κύρια λειτουργία του είναι "Adds extra features to BitClout!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης BitClout
Λήψη αρχείων επέκτασης BitClout σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } ] } |