Snakes by Bluemods
Classic Snakes game at your finger tips.
Snakes by Bluemods là gì?
Snakes by Bluemods là một tiện ích mở rộng Chrome được phát triển bởi http://bluemods.com, và tính năng chính của nó là "Classic Snakes game at your finger tips.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Snakes by Bluemods
Tải xuống các tệp mở rộng Snakes by Bluemods dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bimpocahjgglgejdipdcgalkcjjohbhn |
URL Chính Thức | https://chrome.google.com/webstore/detail/snakes-by-bluemods/bimpocahjgglgejdipdcgalkcjjohbhn |
Mô tả | Classic Snakes game at your finger tips. |
Kích Thước Tệp | 37.1 KB |
Số Lần Cài Đặt | 325 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-01-01 |
Ngày Phát Hành | 2020-01-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://bluemods.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bluemods.com/ |
URL Trang Trợ Giúp | https://bluemods.com/contact/ |
URL Trang Chính Sách Bảo Mật | https://bluemods.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |