Snake
Play Snake game from your Chrome new tab page
什么是Snake?
Snake是由Lookup Media开发的Chrome扩展程序,该扩展的主要功能是“Play Snake game from your Chrome new tab page”。
扩展截图
下载Snake扩展crx文件
下载Snake扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A snake game.
Eat the red dot and get bigger and bigger!
Start slow and get faster and faster!
-By clicking "Add to Chrome", I accept and agree to install the Snake game. Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy.
Home - https://lookupmedia.co/
Legal Terms - https://lookupmedia.co/snake-legal-terms
Privacy Policy - https://lookupmedia.co/privacy-policy
About - https://lookupmedia.co/about
Contact Us - https://lookupmedia.co/contact-us
Contact Email - [email protected]
Services - https://lookupmedia.co/services 扩展基本信息
| 名称 | |
| ID | fpfcigpiadholjoflcfkomlonjeeepdc |
| 官方URL | https://chromewebstore.google.com/detail/snake/fpfcigpiadholjoflcfkomlonjeeepdc |
| 简介 | Play Snake game from your Chrome new tab page |
| 文件大小 | 13.05 KB |
| 安装次数 | 11,373 |
| 当前版本 | 1.3 |
| 更新时间 | 2024-02-21 |
| 上架时间 | 2022-02-03 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | Lookup Media |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://lookupmedia.co/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"chrome_url_overrides": {
"newtab": "index.html"
},
"description": "Play Snake game from your Chrome new tab page",
"version": "1.3",
"name": "Snake",
"icons": {
"16": "app-icons\/16.png",
"48": "app-icons\/48.png",
"128": "app-icons\/128.png"
},
"action": {
"default_icon": "app-icons\/48.png"
}
} | |