Snake Game (New)
That traditional snake 🐍game but in a popup and offline.
什么是Snake Game (New)?
Snake Game (New)是由t开发的Chrome扩展程序,该扩展的主要功能是“That traditional snake 🐍game but in a popup and offline.”。
扩展截图
下载Snake Game (New)扩展crx文件
下载Snake Game (New)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
⬇️ Easy to set up ⬇️: 1. Install and pin 📌 the extension to Chrome. 2. Play from any Google Chrome tab ✨Features ✨ 1. Works offline, no ADS 🚫, and 100% free 🆓. 2. Keyboard ⌨️access, press the spacebar to start playing. 3. Saved and synced high scores across your devices. Play the snake 🐍 game offline now without opening a new window.
扩展基本信息
名称 | Snake Game (New) |
ID | bpebdpbpmejoebeeemcblghakglllkmo |
官方URL | https://chromewebstore.google.com/detail/snake-game-new/bpebdpbpmejoebeeemcblghakglllkmo |
简介 | That traditional snake 🐍game but in a popup and offline. |
文件大小 | 8.29 KB |
安装次数 | 58 |
当前版本 | 1.0.0 |
更新时间 | 2022-12-28 |
上架时间 | 2022-12-27 |
评分 | 5.00/5 共6次评分 |
开发者 | t |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://docs.google.com/document/d/1cwiY1eFhYYDxMRxOSiiuQpgOBJtcaB022bxkF4KvWX0/edit |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Snake Game (New)", "version": "1.0.0", "description": "That traditional snake \ud83d\udc0dgame but in a popup and offline.", "action": { "default_title": "Snake Game", "default_popup": "popup.html" }, "icons": { "32": "icons\/32.png", "128": "icons\/128.png" } } |