Star Match Game
A classic matching game that plays in a popup.
Was ist Star Match Game?
Star Match Game ist eine Chrome-Erweiterung, die von https://gamecheerleader.com entwickelt wurde, und ihr Hauptmerkmal ist "A classic matching game that plays in a popup.".
Erweiterungsscreenshots
Star Match Game-Erweiterungs-CRX-Datei herunterladen
Laden Sie Star Match 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
The Star Match Game requires you to match at least 3 adjacent stars of the same colors. How to play? The rule is very simple. Try to find 3 or more adjacent stars with the same color. These stars will be automatically highlighted when you mouse over them. Just click on any of the stars to crush them. The more adjacent stars crushed, the higher score you will get. When reaching the target score of current level, the game will automatically go to next level in a few seconds. Reminder: No time limit has been set for each level, so you have enough time to find more adjacent stars and get the higher score, no hurry! Go ahead and test your skills to see how far you can progress! For a variety of gaming experiences, feel free to explore our latest games listed at the bottom of the game window at any time. CHANGELOG ========== Version 0.1.4 - Add google analytics - Show the list of new games Version 0.1.0 - 0.1.3 - Initial release of the game - Update interface & features
Grundlegende Informationen zur Erweiterung
Name | Star Match Game |
ID | bflmlogobllmgfkalilhafbncfpdlmpe |
Offizielle URL | https://chromewebstore.google.com/detail/star-match-game/bflmlogobllmgfkalilhafbncfpdlmpe |
Beschreibung | A classic matching game that plays in a popup. |
Dateigröße | 212 KB |
Installationsanzahl | 406 |
Aktuelle Version | 0.1.4 |
Letztes Update | 2024-01-22 |
Veröffentlichungsdatum | 2022-05-31 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://gamecheerleader.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.gamecheerleader.com |
Hilfeseite URL | https://www.gamecheerleader.com/listing/star-match-puzzle/ |
URL der Datenschutzrichtlinien-Seite | https://www.gamecheerleader.com/privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Star Match Game", "short_name": "star match", "version": "0.1.4", "description": "A classic matching game that plays in a popup.", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "action": { "default_icon": "images\/logo.png", "default_popup": "index.html" }, "permissions": [ "storage" ], "offline_enabled": true, "manifest_version": 3 } |