Snake Offline

Snake Offline: Play Snake anywhere, anytime!

What is Snake Offline?

Snake Offline is a Chrome extension developed by BBHH Games, and its main feature is "Snake Offline: Play Snake anywhere, anytime!".

Extension Screenshots

screenshot

Download Snake Offline Extension CRX File

Download Snake Offline 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 classic video game, Snake, online and offline, anytime and anywhere!                    

Extension Basic Information

Name Snake Offline Snake Offline
ID kjbgmkainbmdkpdngldgooemkenocmha
Official URL https://chrome.google.com/webstore/detail/snake-offline/kjbgmkainbmdkpdngldgooemkenocmha
Description Snake Offline: Play Snake anywhere, anytime!
File Size 25.38 KB
Installation Count 918
Current Version 0.1.2
Last Updated 2017-11-30
Publish Date 2017-11-30
Rating 2.25/5 Total 4 Ratings
Developer BBHH Games
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake Offline",
    "description": "Snake Offline: Play Snake anywhere, anytime!",
    "version": "0.1.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png"
        },
        "default_title": "Snake Offline"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}