Bubble Mover
The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
Bubble Mover क्या है?
Bubble Mover bakhirev.alexey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bubble Mover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |