Snake Game

Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.

What is Snake Game?

Snake Game is a Chrome extension developed by tarundabhi, and its main feature is "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.".

Extension Screenshots

screenshot
screenshot

Download Snake Game Extension CRX File

Download 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

                        Play snake game in popup screen.                    

Extension Basic Information

Name Snake Game Snake Game
ID mdiglfhigdpnlagochjojlpbaifdccdb
Official URL https://chrome.google.com/webstore/detail/snake-game/mdiglfhigdpnlagochjojlpbaifdccdb
Description Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.
File Size 68.06 KB
Installation Count 3,000
Current Version 1.1
Last Updated 2022-02-21
Publish Date 2019-09-24
Rating 3.40/5 Total 5 Ratings
Developer tarundabhi
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake Game",
    "version": "1.1",
    "description": "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}