Bubble Mover
The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
Wat is Bubble Mover?
Bubble Mover is een Chrome-extensie ontwikkeld door bakhirev.alexey, en de belangrijkste functie is "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bubble Mover
Download Bubble Mover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Bubble Mover |
ID | ejpocjcapcigbhodlakiogekbalflgdi |
Officiële URL | https://chromewebstore.google.com/detail/bubble-mover/ejpocjcapcigbhodlakiogekbalflgdi |
Beschrijving | The game Bubble Mover need to reduce the number of bubbles to their complete disappearance. |
Bestandsgrootte | 255 KB |
Aantal Installaties | 252 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2013-02-21 |
Publicatiedatum | 2013-02-21 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | bakhirev.alexey |
Betalingswijze | free |
Ondersteunde Talen | 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" } |