Snake
Snake.
What is Snake?
Snake is a Chrome extension developed by Gunnarclingman, and its main feature is "Snake.".
Extension Screenshots
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 port of patorjk's snake you can visit his website at patorjk.com/games/snake/. I have made this as a convenient place to access the game. The adds that were on the actual site are still present and i could not remove that.
Extension Basic Information
Name | |
ID | jciacpclgoeflamcnchfckcfocbbokkf |
Official URL | https://chrome.google.com/webstore/detail/snake/jciacpclgoeflamcnchfckcfocbbokkf |
Description | Snake. |
File Size | 12.47 KB |
Installation Count | 236 |
Current Version | 1.0 |
Last Updated | 2016-03-04 |
Publish Date | 2016-03-04 |
Developer | Gunnarclingman |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snake", "version": "1.0", "manifest_version": 2, "description": "Snake.", "browser_action": { "default_icon": "icon.png", "default_popup": "snake.html" } } |