Snake vs Block Game
Collect food while avoiding collisions with random blocks.
What is Snake vs Block Game?
Snake vs Block Game is a Chrome extension developed by https://gamecheerleader.com, and its main feature is "Collect food while avoiding collisions with random blocks.".
Extension Screenshots
Download Snake vs Block Game Extension CRX File
Download Snake vs Block Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Snake vs Block is an engaging game where players skillfully guide a growing snake to collect food while avoiding collisions with blocks and the snake's own lengthening body. How to Play 1) Game Start: The snake starts moving automatically from a set position as soon as the game window opens. 2) Movement Controls: Use the Arrow Keys on your keyboard to control the snake's movement. 3) Objective: Your primary goal is to guide the snake to collect the red food item appearing randomly in game area. Each food item collected increases your score and the length of the snake. 4) Avoid Collisions: Be careful not to run into the blocks randomly positioned or the snake's body. If the snake collides with them, it’s Game Over! 5) Restart: If the game ends, the screen appears with a "Restart Game" button. Tips for Success - Plan Your Route: As the snake grows, navigating becomes trickier. Plan your movements to avoid collisions with blocks ahead of time. Enjoy playing this snake game variant, and see how high you can score! 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.2 - Add google analytics - Show the list of new games Version 0.1.0 - 0.1.1 - Initial release of game
Extension Basic Information
Name | Snake vs Block Game |
ID | gfimhhnghaeemolpihbejepoklogamcl |
Official URL | https://chromewebstore.google.com/detail/snake-vs-block-game/gfimhhnghaeemolpihbejepoklogamcl |
Description | Collect food while avoiding collisions with random blocks. |
File Size | 15.25 KB |
Installation Count | 315 |
Current Version | 0.1.2 |
Last Updated | 2024-03-07 |
Publish Date | 2023-11-15 |
Developer | https://gamecheerleader.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.gamecheerleader.com |
Help Page URL | https://www.gamecheerleader.com/listing/snake-vs-block-game/ |
Privacy Policy Page URL | https://www.gamecheerleader.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snake vs Block Game", "version": "0.1.2", "description": "Collect food while avoiding collisions with random blocks.", "action": { "default_icon": "images\/logo.png", "default_popup": "index.html" }, "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "permissions": [ "storage" ], "offline_enabled": true, "manifest_version": 3 } |