Bubble Crush Game
Play the bubble crush game and challenge with your friends.
Τι είναι το Bubble Crush Game;
Το Bubble Crush Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον marilinettee, και η κύρια λειτουργία του είναι "Play the bubble crush game and challenge with your friends.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bubble Crush Game
Λήψη αρχείων επέκτασης Bubble Crush Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Bubble Crush game Bubble Crush is a most exciting connect bubbles game.Swipe you mouse to connect bubbles with the same color, you have 60 seconds to crush bubble Smash bubbles of the same color. Smash big groups and score a lot of points! This game's rules are simple. First you need to think strategically. You need to predict the best play to gather the most bubbles of the same color.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bubble Crush Game |
ID | kogjiplnhndomljofcljepfohpalobpp |
Επίσημο URL | https://chromewebstore.google.com/detail/bubble-crush-game/kogjiplnhndomljofcljepfohpalobpp |
Περιγραφή | Play the bubble crush game and challenge with your friends. |
Μέγεθος Αρχείου | 79.47 KB |
Αριθμός Εγκαταστάσεων | 22 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2018-03-04 |
Ημερομηνία Δημοσίευσης | 2018-03-04 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | marilinettee |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bubble Crush Game", "description": "Play the bubble crush game and challenge with your friends.", "short_name": "Bubble Crush Games", "version": "0.0.1", "manifest_version": 2, "browser_action": { "default_icon": "icon.PNG", "default_popup": "index.html" }, "icons": { "16": "icon.PNG", "48": "icon.PNG", "128": "icon.PNG" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |