Chrome Snake
Play snake at anytime just by opening a new tab
What is Chrome Snake?
Chrome Snake is a Chrome extension developed by simon.bruno.77, and its main feature is "Play snake at anytime just by opening a new tab".
Extension Screenshots
Download Chrome Snake Extension CRX File
Download Chrome 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
Chrome Snake allows you to play with the greatest classic video game ever. Just open a new tab and have fun. You can change the initial speed, the color (light or dark) and time display. Don't want to play ? Just sit and watch the computer playing for you. UPDATE 1.1 : Adding link to get back to the normal Chrome new tab page
Extension Basic Information
Name | Chrome Snake |
ID | cbdobfnjgnmlcajcamdfjeofmnecepdl |
Official URL | https://chromewebstore.google.com/detail/chrome-snake/cbdobfnjgnmlcajcamdfjeofmnecepdl |
Description | Play snake at anytime just by opening a new tab |
File Size | 45.28 KB |
Installation Count | 10,000 |
Current Version | 1.1 |
Last Updated | 2018-03-09 |
Publish Date | 2018-03-09 |
Rating | 2.41/5 Total 522 Ratings |
Developer | simon.bruno.77 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Snake", "version": "1.1", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Play snake at anytime just by opening a new tab", "options_page": "options.html", "chrome_url_overrides": { "newtab": "newtab.html" } } |