The Bored Snake
Play Snake While You Wait!
什么是The Bored Snake?
The Bored Snake是由ekarni开发的Chrome扩展程序,该扩展的主要功能是“Play Snake While You Wait!”。
扩展截图
下载The Bored Snake扩展crx文件
下载The Bored Snake扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | heegndjbhknnpfjdcmpenodblpaanfga |
官方URL | https://chrome.google.com/webstore/detail/the-bored-snake/heegndjbhknnpfjdcmpenodblpaanfga |
简介 | Play Snake While You Wait! |
文件大小 | 14.42 KB |
安装次数 | 509 |
当前版本 | 0.2 |
更新时间 | 2016-11-05 |
上架时间 | 2016-11-05 |
评分 | 5.00/5 共3次评分 |
开发者 | ekarni |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Bored Snake", "permissions": [ "storage" ], "version": "0.2", "manifest_version": 2, "description": "Play Snake While You Wait!", "browser_action": { "default_icon": "icon.png", "default_title": "Play Snake!", "default_popup": "boredSnake.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "icon.png" } } |