BitClout
Adds extra features to BitClout!
Qu'est-ce que BitClout ?
BitClout est une extension Chrome développée par GoDo, et sa fonction principale est "Adds extra features to BitClout!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BitClout
Téléchargez les fichiers d'extension BitClout au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | BitClout |
ID | cibnoimijnodokdlhkbgogbnemfpkool |
URL Officiel | https://chromewebstore.google.com/detail/bitclout/cibnoimijnodokdlhkbgogbnemfpkool |
Description | Adds extra features to BitClout! |
Taille du Fichier | 4.82 KB |
Nombre d'Installations | 106 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2021-04-04 |
Date de Publication | 2021-03-30 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | GoDo |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |