BitClout

Adds extra features to BitClout!

Cos'è BitClout?

BitClout è un'estensione di Chrome sviluppata da GoDo, e la sua funzione principale è "Adds extra features to BitClout!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BitClout

Scarica i file di estensione BitClout in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BitClout BitClout
ID cibnoimijnodokdlhkbgogbnemfpkool
URL Ufficiale https://chromewebstore.google.com/detail/bitclout/cibnoimijnodokdlhkbgogbnemfpkool
Descrizione Adds extra features to BitClout!
Dimensione del File 4.82 KB
Conteggio Installazioni 106
Versione Corrente 0.2
Ultimo Aggiornamento 2021-04-04
Data di Pubblicazione 2021-03-30
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore GoDo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}