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."입니다.
확장 프로그램 스크린샷
Snakes by Bluemods 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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" } } |