Snake

The classic JavaScript Snake recreated for easy use!

What is Snake?

Snake is a Chrome extension developed by Adam Janicki, and its main feature is "The classic JavaScript Snake recreated for easy use!".

Extension Screenshots

screenshot

Download Snake Extension CRX File

Download Snake 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

                        This is a version of the classic JavaScript Snake Game, created in Chrome for easy and simple user use.

Jump right into the action by using the arrow keys to start your snake, or take a moment to adjust your settings to get the gameplay right for you.

Adjustable features include: the use of boundaries, snake color, background color, grid size, and snake speed.                    

Extension Basic Information

Name Snake Snake
ID gihjfphchgbhfklhdbecdbegngielnlg
Official URL https://chromewebstore.google.com/detail/snake/gihjfphchgbhfklhdbecdbegngielnlg
Description The classic JavaScript Snake recreated for easy use!
File Size 521 KB
Installation Count 10,000
Current Version 1.3.1
Last Updated 2022-04-08
Publish Date 2019-03-08
Rating 3.90/5 Total 10 Ratings
Developer Adam Janicki
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "description": "The classic JavaScript Snake recreated for easy use!",
    "version": "1.3.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": ".\/index.html",
        "default_icon": {
            "16": ".\/16.png",
            "32": ".\/32.png",
            "48": ".\/48.png",
            "128": ".\/128.png"
        }
    },
    "icons": {
        "16": ".\/16.png",
        "32": ".\/32.png",
        "48": ".\/48.png",
        "128": ".\/128.png"
    }
}