Bubble Mover
The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
Qu'est-ce que Bubble Mover ?
Bubble Mover est une extension Chrome développée par bakhirev.alexey, et sa fonction principale est "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bubble Mover
Téléchargez les fichiers d'extension Bubble Mover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Bubble Mover |
ID | ejpocjcapcigbhodlakiogekbalflgdi |
URL Officiel | https://chromewebstore.google.com/detail/bubble-mover/ejpocjcapcigbhodlakiogekbalflgdi |
Description | The game Bubble Mover need to reduce the number of bubbles to their complete disappearance. |
Taille du Fichier | 255 KB |
Nombre d'Installations | 252 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2013-02-21 |
Date de Publication | 2013-02-21 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | bakhirev.alexey |
Type de Paiement | free |
Langues Prises en Charge | 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" } |