The Bored Snake

Play Snake While You Wait!

What is The Bored Snake?

The Bored Snake is a Chrome extension developed by ekarni, and its main feature is "Play Snake While You Wait!".

Extension Screenshots

screenshot

Download The Bored Snake Extension CRX File

Download The Bored 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

                                            

Extension Basic Information

Name The Bored Snake The Bored Snake
ID heegndjbhknnpfjdcmpenodblpaanfga
Official URL https://chrome.google.com/webstore/detail/the-bored-snake/heegndjbhknnpfjdcmpenodblpaanfga
Description Play Snake While You Wait!
File Size 14.42 KB
Installation Count 509
Current Version 0.2
Last Updated 2016-11-05
Publish Date 2016-11-05
Rating 5.00/5 Total 3 Ratings
Developer ekarni
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Bored Snake",
    "permissions": [
        "storage"
    ],
    "version": "0.2",
    "manifest_version": 2,
    "description": "Play Snake While You Wait!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Play Snake!",
        "default_popup": "boredSnake.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "icon.png"
    }
}