Bubble Crush Game

Play the bubble crush game and challenge with your friends.

Cos'è Bubble Crush Game?

Bubble Crush Game è un'estensione di Chrome sviluppata da marilinettee, e la sua funzione principale è "Play the bubble crush game and challenge with your friends.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Bubble Crush Game

Scarica i file di estensione Bubble Crush Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Bubble Crush Game Bubble Crush Game
ID kogjiplnhndomljofcljepfohpalobpp
URL Ufficiale https://chromewebstore.google.com/detail/bubble-crush-game/kogjiplnhndomljofcljepfohpalobpp
Descrizione Play the bubble crush game and challenge with your friends.
Dimensione del File 79.47 KB
Conteggio Installazioni 22
Versione Corrente 0.0.1
Ultimo Aggiornamento 2018-03-04
Data di Pubblicazione 2018-03-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore marilinettee
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}