Bubble Crush Game
Play the bubble crush game and challenge with your friends.
O que é Bubble Crush Game?
Bubble Crush Game é uma extensão do Chrome desenvolvida por marilinettee, e sua principal característica é "Play the bubble crush game and challenge with your friends.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bubble Crush Game
Baixe arquivos de extensão Bubble Crush 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
Bubble Crush game Bubble Crush is a most exciting connect bubbles game.Swipe you mouse to connect bubbles with the same color, you have 60 seconds to crush bubble Smash bubbles of the same color. Smash big groups and score a lot of points! This game's rules are simple. First you need to think strategically. You need to predict the best play to gather the most bubbles of the same color.
Informações Básicas da Extensão
Nome | Bubble Crush Game |
ID | kogjiplnhndomljofcljepfohpalobpp |
URL Oficial | https://chromewebstore.google.com/detail/bubble-crush-game/kogjiplnhndomljofcljepfohpalobpp |
Descrição | Play the bubble crush game and challenge with your friends. |
Tamanho do Arquivo | 79.47 KB |
Contagem de Instalações | 22 |
Versão Atual | 0.0.1 |
Última Atualização | 2018-03-04 |
Data de Publicação | 2018-03-04 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | marilinettee |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bubble Crush Game", "description": "Play the bubble crush game and challenge with your friends.", "short_name": "Bubble Crush Games", "version": "0.0.1", "manifest_version": 2, "browser_action": { "default_icon": "icon.PNG", "default_popup": "index.html" }, "icons": { "16": "icon.PNG", "48": "icon.PNG", "128": "icon.PNG" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |