Bubble Mover
The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
Apa itu Bubble Mover?
Bubble Mover adalah ekstensi Chrome yang dikembangkan oleh bakhirev.alexey, dan fitur utamanya adalah "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bubble Mover
Unduh file ekstensi Bubble Mover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Bubble Mover |
ID | ejpocjcapcigbhodlakiogekbalflgdi |
URL Resmi | https://chromewebstore.google.com/detail/bubble-mover/ejpocjcapcigbhodlakiogekbalflgdi |
Deskripsi | The game Bubble Mover need to reduce the number of bubbles to their complete disappearance. |
Ukuran File | 255 KB |
Jumlah Instalasi | 252 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2013-02-21 |
Tanggal Publikasi | 2013-02-21 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | bakhirev.alexey |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |