Bubble Crush Game

Play the bubble crush game and challenge with your friends.

Was ist Bubble Crush Game?

Bubble Crush Game ist eine Chrome-Erweiterung, die von marilinettee entwickelt wurde, und ihr Hauptmerkmal ist "Play the bubble crush game and challenge with your friends.".

Erweiterungsscreenshots

screenshot
screenshot

Bubble Crush Game-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bubble Crush Game-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bubble Crush Game Bubble Crush Game
ID kogjiplnhndomljofcljepfohpalobpp
Offizielle URL https://chromewebstore.google.com/detail/bubble-crush-game/kogjiplnhndomljofcljepfohpalobpp
Beschreibung Play the bubble crush game and challenge with your friends.
Dateigröße 79.47 KB
Installationsanzahl 22
Aktuelle Version 0.0.1
Letztes Update 2018-03-04
Veröffentlichungsdatum 2018-03-04
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler marilinettee
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}