Snake

Play some classic snake when you're bored.

What is Snake?

Snake is a Chrome extension developed by nbiscan7, and its main feature is "Play some classic snake when you're bored.".

Extension Screenshots

screenshot
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 some classic snake when you're bored. Play it in pop-up, without opening a new tab.                    

Extension Basic Information

Name Snake Snake
ID llmiibjcjdidofbhcgcfdiikbnipgehc
Official URL https://chromewebstore.google.com/detail/snake/llmiibjcjdidofbhcgcfdiikbnipgehc
Description Play some classic snake when you're bored.
File Size 5.97 KB
Installation Count 308
Current Version 1.2
Last Updated 2018-09-23
Publish Date 2018-09-23
Rating 4.20/5 Total 5 Ratings
Developer nbiscan7
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Play some classic snake when you're bored.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Snake",
        "default_popup": "snake.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ]
}