Bubble Mover
The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
Τι είναι το Bubble Mover;
Το Bubble Mover είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bakhirev.alexey, και η κύρια λειτουργία του είναι "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bubble Mover
Λήψη αρχείων επέκτασης Bubble Mover σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bubble Mover |
ID | ejpocjcapcigbhodlakiogekbalflgdi |
Επίσημο URL | https://chromewebstore.google.com/detail/bubble-mover/ejpocjcapcigbhodlakiogekbalflgdi |
Περιγραφή | The game Bubble Mover need to reduce the number of bubbles to their complete disappearance. |
Μέγεθος Αρχείου | 255 KB |
Αριθμός Εγκαταστάσεων | 252 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2013-02-21 |
Ημερομηνία Δημοσίευσης | 2013-02-21 |
Αξιολόγηση | 4.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | bakhirev.alexey |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } |