Snakes by Bluemods

Classic Snakes game at your finger tips.

Snakes by Bluemodsとは何ですか?

Snakes by Bluemodsはhttp://bluemods.comによって開発されたChromeの拡張機能で、その主な機能は「Classic Snakes game at your finger tips.」です。

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

screenshot

Snakes by Bluemods拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Snakes by Bluemods is a free-to-play single player classics arcade game designed and developed by Justin Gates at Bluemods.com. The game is written in JavaScript and was published on January 1, 2020. The game allows the players to maneuver a snake made up of tiny squares. Snakes by Bluemods features simple old school 8-bit graphics where you can control the snake using the arrow keys. The design of the game is primarly inspired by the Classic SNAKES from NOKIA.

In the game as the snake eats its food, which is a green colored dot, it grows in size. The game ends when the snake bits its own body. The player also loses when the snake runs into the screen border, a trail or other obstacle, or itself.

Snakes by Bluemods was a major hit right after its release on Bluemods.com (A site that shares modified Android application) and within the initial phase, it received over 10,000 downloads.                    

拡張機能の基本情報

名前 Snakes by Bluemods Snakes by Bluemods
ID bimpocahjgglgejdipdcgalkcjjohbhn
公式URL https://chrome.google.com/webstore/detail/snakes-by-bluemods/bimpocahjgglgejdipdcgalkcjjohbhn
説明 Classic Snakes game at your finger tips.
ファイルサイズ 37.1 KB
インストール数 325
現在のバージョン 1.0
最終更新日 2020-01-01
公開日 2020-01-01
評価 5.00/5 合計 1 レビュー
開発者 http://bluemods.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bluemods.com/
ヘルプページのURL https://bluemods.com/contact/
プライバシーポリシーページのURL https://bluemods.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snakes by Bluemods",
    "description": "Classic Snakes game at your finger tips.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/snake-16.png",
        "32": "icons\/snake-32.png",
        "64": "icons\/snake-64.png",
        "128": "icons\/snake-128.png"
    },
    "browser_action": {
        "default_title": "Start Playing",
        "default_popup": "index.html",
        "default_icons": "icons\/snake-128.png"
    }
}