Bubble Crush Game
Play the bubble crush game and challenge with your friends.
¿Qué es Bubble Crush Game?
Bubble Crush Game es una extensión de Chrome desarrollada por marilinettee, y su función principal es "Play the bubble crush game and challenge with your friends.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bubble Crush Game
Descarga archivos de extensión Bubble Crush Game en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Bubble Crush Game |
ID | kogjiplnhndomljofcljepfohpalobpp |
URL Oficial | https://chromewebstore.google.com/detail/bubble-crush-game/kogjiplnhndomljofcljepfohpalobpp |
Descripción | Play the bubble crush game and challenge with your friends. |
Tamaño del Archivo | 79.47 KB |
Cantidad de Instalaciones | 22 |
Versión Actual | 0.0.1 |
Última Actualización | 2018-03-04 |
Fecha de Publicación | 2018-03-04 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | marilinettee |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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'" } |