Bitcoin Game
This extension will allow you to win BTC if you are lucky!
O que é Bitcoin Game?
Bitcoin Game é uma extensão do Chrome desenvolvida por btcmillennial, e sua principal característica é "This extension will allow you to win BTC if you are lucky!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bitcoin Game
Baixe arquivos de extensão Bitcoin Game 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
Bitcoin game is all for the user! Enjoy this fun game while getting a chance to win some free Bitcoin! Every time you open a new tab, you get a chance to win some free Bitcoin. And you will know when you won, because it will say it very clearly! Good luck!
Informações Básicas da Extensão
Nome | |
ID | foplpjalkljlipnbdgnkehjgenlgajaf |
URL Oficial | https://chrome.google.com/webstore/detail/bitcoin-game/foplpjalkljlipnbdgnkehjgenlgajaf |
Descrição | This extension will allow you to win BTC if you are lucky! |
Tamanho do Arquivo | 101 KB |
Contagem de Instalações | 31 |
Versão Atual | 1.0 |
Última Atualização | 2021-03-31 |
Data de Publicação | 2021-03-31 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | btcmillennial |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://btcmillennial.com/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Game", "description": "This extension will allow you to win BTC if you are lucky!", "version": "1.0", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "newtab.js" ] } } |