Cloutception
Updates user
Qu'est-ce que Cloutception ?
Cloutception est une extension Chrome développée par rocodesign, et sa fonction principale est "Updates user".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cloutception
Téléchargez les fichiers d'extension Cloutception 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
Cloutception displays aggregated blockchain data on bitclout.com, relevant to the creator page the user navigates to. * Flag creators who sold their coins The extension shows the amount a creator bought / sold immediately after navigating to a creator page * Show creator wallet Displays details about a creator wallet, list of wallet entries as well as an aggregation with the total market value of all entries * Show creator purchase history Displays a list of purchases and sells involving the creator coin with details on how the creator coin price was affected * Search by public key Enables users to search by entering a public key in the search field.
Informations de Base sur l'Extension
Nom | Cloutception |
ID | piibkonaoihcgbfhbjbjpldfhhdnapjk |
URL Officiel | https://chromewebstore.google.com/detail/cloutception/piibkonaoihcgbfhbjbjpldfhhdnapjk |
Description | Updates user |
Taille du Fichier | 251 KB |
Nombre d'Installations | 20 |
Version Actuelle | 0.5.0 |
Dernière Mise à Jour | 2021-05-12 |
Date de Publication | 2021-05-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | rocodesign |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://cloutception.club |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cloutception", "description": "Updates user ", "version": "0.5.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.bitclout.com\/*" ], "js": [ "index.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "permissions": [ "webNavigation", "tabs" ], "icons": { "16": "\/Cloutception-16.png", "32": "\/Cloutception-32.png", "48": "\/Cloutception-48.png", "128": "\/Cloutception-128.png" } } |