Bubble Mover
The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
Hvad er Bubble Mover?
Bubble Mover er en Chrome-udvidelse udviklet af bakhirev.alexey, og dens hovedfunktion er "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.".
Udvidelsesskærmbilleder
Download Bubble Mover-udvidelses-CRX-fil
Download Bubble Mover-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Bubble Mover |
ID | ejpocjcapcigbhodlakiogekbalflgdi |
Officiel URL | https://chromewebstore.google.com/detail/bubble-mover/ejpocjcapcigbhodlakiogekbalflgdi |
Beskrivelse | The game Bubble Mover need to reduce the number of bubbles to their complete disappearance. |
Filstørrelse | 255 KB |
Antal Installationer | 252 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2013-02-21 |
Udgivelsesdato | 2013-02-21 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | bakhirev.alexey |
Betalingsmetode | free |
Understøttede Sprog | 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" } |