Snake

Play Snake!

What is Snake?

Snake is a Chrome extension developed by philip s, and its main feature is "Play Snake!".

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

                        Play the classic snake game in a Google Chrome popup.
Select a difficulty and use arrow keys to control.
Control the snake to eat the food and grow, but be careful not to eat yourself or touch the wall.                    

Extension Basic Information

Name Snake Snake
ID goicnfoaggodccboajidgdckohdpfmib
Official URL https://chromewebstore.google.com/detail/snake/goicnfoaggodccboajidgdckohdpfmib
Description Play Snake!
File Size 24.14 KB
Installation Count 444
Current Version 1.0
Last Updated 2018-07-29
Publish Date 2018-07-28
Rating 5.00/5 Total 2 Ratings
Developer philip s
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "version": "1.0",
    "description": "Play Snake!",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Snake!",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "s16.png",
        "32": "s32.png",
        "48": "s48.png",
        "64": "s64.png",
        "128": "s128.png"
    }
}