Bubble Mover
The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
Cos'è Bubble Mover?
Bubble Mover è un'estensione di Chrome sviluppata da bakhirev.alexey, e la sua funzione principale è "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bubble Mover
Scarica i file di estensione Bubble Mover 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
The game «Bubble Mover» need to reduce the number of bubbles to their complete disappearance. To do this, click on groups of two or more balls of the same color. The game will be over, when on the field there will be no ball, or when there will be more opportunities to continue.
Informazioni di Base sull'Estensione
Nome | Bubble Mover |
ID | ejpocjcapcigbhodlakiogekbalflgdi |
URL Ufficiale | https://chromewebstore.google.com/detail/bubble-mover/ejpocjcapcigbhodlakiogekbalflgdi |
Descrizione | The game Bubble Mover need to reduce the number of bubbles to their complete disappearance. |
Dimensione del File | 255 KB |
Conteggio Installazioni | 252 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2013-02-21 |
Data di Pubblicazione | 2013-02-21 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | bakhirev.alexey |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "custom_icon_16.png", "default_popup": "popup.html", "default_title": "Bubble Mover" }, "description": "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.", "icons": { "16": "custom_icon_16.png", "48": "custom_icon_48.png", "128": "custom_icon_128.png" }, "sandbox": { "pages": [ "game\/index.html" ], "scripts": [ "game\/js\/balls.js" ] }, "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "Bubble Mover", "version": "1.0.0" } |