Snake
Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game)
What is Snake?
Snake is a Chrome extension developed by Pied Piper, and its main feature is "Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game)".
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
Waiting for your internet to come back online, or a web page to load? Or do you just want to have a bit of fun in some spare time? This classic snake game is for you! Controls: Arrow keys to move and the slider changes snake speed, though it is disabled during a game.
Extension Basic Information
Name | Snake |
ID | lnkcbfimmmgcemkbgfghlpoamhoakdif |
Official URL | https://chromewebstore.google.com/detail/snake/lnkcbfimmmgcemkbgfghlpoamhoakdif |
Description | Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game) |
File Size | 43.3 KB |
Installation Count | 4,445 |
Current Version | 1.0.2 |
Last Updated | 2021-05-06 |
Publish Date | 2021-05-05 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Pied Piper |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snake", "version": "1.0.2", "description": "Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game)", "icons": { "32": "icons\/icon.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Snake", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |