Snake
Play Snake right on your screen.
What is Snake?
Snake is a Chrome extension developed by trishul.goel, and its main feature is "Play Snake right on your screen.".
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
Play the snake right on your screen, take a quick break without even looking away from work.
Extension Basic Information
Name | Snake |
ID | gachpamaaijaikdcakmphoeknjigclnk |
Official URL | https://chromewebstore.google.com/detail/snake/gachpamaaijaikdcakmphoeknjigclnk |
Description | Play Snake right on your screen. |
File Size | 30.11 KB |
Installation Count | 16 |
Current Version | 2.5 |
Last Updated | 2018-04-10 |
Publish Date | 2018-04-10 |
Developer | trishul.goel |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/tsl143/snake |
Help Page URL | https://github.com/tsl143/snake |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snake", "description": "Play Snake right on your screen.", "version": "2.5", "icons": { "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_32.png", "default_title": "Snake" }, "background": { "scripts": [ "js\/bg.js" ] }, "permissions": [ "activeTab" ] } |