Simple Snake Game
Classic Snake Game in Your Browser
What is Simple Snake Game?
Simple Snake Game is a Chrome extension developed by https://helloacm.com, and its main feature is "Classic Snake Game in Your Browser".
Extension Screenshots
Download Simple Snake Game Extension CRX File
Download Simple Snake Game 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
Simple Snake Game: Easy accessible when you want to play the classic snake game. Source Code: https://github.com/DoctorLai/SnakeGame If you like this game, please support a cup of coffee, thanks :) https://helloacm.com/out/buymecoffee
Extension Basic Information
Name | Simple Snake Game |
ID | fbbeckekbefhhmabpfjgpjobkmnfjbec |
Official URL | https://chromewebstore.google.com/detail/simple-snake-game/fbbeckekbefhhmabpfjgpjobkmnfjbec |
Description | Classic Snake Game in Your Browser |
File Size | 1.06 MB |
Installation Count | 637 |
Current Version | 1.2 |
Last Updated | 2022-01-10 |
Publish Date | 2020-01-01 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://helloacm.com |
[email protected] | |
Payment Type | free |
Extension Website | https://helloacm.com/static/game/snake/ |
Help Page URL | https://helloacm.com/static/game/snake/ |
Privacy Policy Page URL | https://helloacm.com/disclaimer |
Supported Languages | en,en-GB,en-US,pt-BR,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple Snake Game", "default_locale": "en", "short_name": "SnakeGame", "version": "1.2", "action": { "default_icon": "icon.png", "default_title": "Simple Snake Game", "default_popup": "main.html" }, "offline_enabled": true, "author": "justyy |