Snake Offline
Snake Offline: Play Snake anywhere, anytime!
什么是Snake Offline?
Snake Offline是由BBHH Games开发的Chrome扩展程序,该扩展的主要功能是“Snake Offline: Play Snake anywhere, anytime!”。
扩展截图
下载Snake Offline扩展crx文件
下载Snake Offline扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Play the classic video game, Snake, online and offline, anytime and anywhere!
扩展基本信息
名称 | |
ID | kjbgmkainbmdkpdngldgooemkenocmha |
官方URL | https://chrome.google.com/webstore/detail/snake-offline/kjbgmkainbmdkpdngldgooemkenocmha |
简介 | Snake Offline: Play Snake anywhere, anytime! |
文件大小 | 25.38 KB |
安装次数 | 918 |
当前版本 | 0.1.2 |
更新时间 | 2017-11-30 |
上架时间 | 2017-11-30 |
评分 | 2.25/5 共4次评分 |
开发者 | BBHH Games |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } } |