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
电子邮箱 [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"
    }
}