Color Snake
DESCRIPTION
What is Color Snake?
Color Snake is a Chrome extension developed by https://www.playtcubed.com, and its main feature is "DESCRIPTION".
Extension Screenshots
Download Color Snake Extension CRX File
Download Color 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
A colorful and cute version of the classic snake game :) Versions 1.0.1 - Original
Extension Basic Information
Name | Color Snake |
ID | hdnggdbkgcghkahiekpcfolfcjdbcjkk |
Official URL | https://chromewebstore.google.com/detail/color-snake/hdnggdbkgcghkahiekpcfolfcjdbcjkk |
Description | DESCRIPTION |
File Size | 5.55 MB |
Installation Count | 1,114 |
Current Version | 1.0.1 |
Last Updated | 2021-07-21 |
Publish Date | 2021-07-21 |
Developer | https://www.playtcubed.com |
[email protected] | |
Payment Type | free |
Extension Website | http://playtcubed.com/ |
Help Page URL | http://playtcubed.com/ |
Privacy Policy Page URL | https://playtcubed.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self';", "name": "Color Snake", "description": "DESCRIPTION", "version": "1.0.1", "icons": { "128": "game\/icons\/icon-128.png" }, "background": { "page": "template\/background.html", "persistent": false }, "browser_action": { "default_icon": "game\/icons\/icon-128.png", "default_popup": "\/game\/popup.html" }, "externally_connectable": { "ids": [ "*" ], "matches": [ "https:\/\/*.playtcubed.com\/*", "http:\/\/*.playtcubed.com\/*", "https:\/\/*.tcubedstudios.com\/*", "http:\/\/*.tcubedstudios.com\/*" ] }, "web_accessible_resources": [ "game\/js\/*", "game\/libs\/*" ] } |