BitClout
Adds extra features to BitClout!
O que é BitClout?
BitClout é uma extensão do Chrome desenvolvida por GoDo, e sua principal característica é "Adds extra features to BitClout!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BitClout
Baixe arquivos de extensão BitClout no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | BitClout |
ID | cibnoimijnodokdlhkbgogbnemfpkool |
URL Oficial | https://chromewebstore.google.com/detail/bitclout/cibnoimijnodokdlhkbgogbnemfpkool |
Descrição | Adds extra features to BitClout! |
Tamanho do Arquivo | 4.82 KB |
Contagem de Instalações | 106 |
Versão Atual | 0.2 |
Última Atualização | 2021-04-04 |
Data de Publicação | 2021-03-30 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | GoDo |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |