Star Match Game

A classic matching game that plays in a popup.

Star Match Gameとは何ですか?

Star Match Gameはhttps://gamecheerleader.comによって開発されたChromeの拡張機能で、その主な機能は「A classic matching game that plays in a popup.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Star Match Game拡張機能のCRXファイルをダウンロード

Star Match Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Star Match Game Star Match Game
ID bflmlogobllmgfkalilhafbncfpdlmpe
公式URL https://chromewebstore.google.com/detail/star-match-game/bflmlogobllmgfkalilhafbncfpdlmpe
説明 A classic matching game that plays in a popup.
ファイルサイズ 212 KB
インストール数 406
現在のバージョン 0.1.4
最終更新日 2024-01-22
公開日 2022-05-31
評価 5.00/5 合計 1 レビュー
開発者 https://gamecheerleader.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.gamecheerleader.com
ヘルプページのURL https://www.gamecheerleader.com/listing/star-match-puzzle/
プライバシーポリシーページのURL https://www.gamecheerleader.com/privacy-policy
対応言語 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
}