Snake Game
First Snake Game released in 1997 by Nokia. Snake game is most search on Google for Android, We combined all updates for our users.
什么是Snake Game?
Snake Game是由https://snake-game-app.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“First Snake Game released in 1997 by Nokia. Snake game is most search on Google for Android, We combined all updates for our users.”。
扩展截图
下载Snake Game扩展crx文件
下载Snake Game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With Snake Game extension users will get the new data from the website as soon as they open the extension Popup and New tab with background color, quotes Snake is the common name for a video game concept where the player maneuvers a line which grows in length, with the line itself being a primary obstacle. ---------------------------------------------------------------------------- Before visit our website please learn about our Disclaimer, privacy policy, and Cookies Policy. https://snake-game-app.blogspot.com/p/disclaimer.html https://snake-game-app.blogspot.com/p/privacy-policy.html https://snake-game-app.blogspot.com/p/cookie-policy.html
扩展基本信息
名称 | Snake Game |
ID | bjfimcbikkcobjgbjmmeiabppeadmbok |
官方URL | https://chromewebstore.google.com/detail/snake-game/bjfimcbikkcobjgbjmmeiabppeadmbok |
简介 | First Snake Game released in 1997 by Nokia. Snake game is most search on Google for Android, We combined all updates for our users. |
文件大小 | 221 KB |
安装次数 | 35 |
当前版本 | 3.2 |
更新时间 | 2022-01-01 |
上架时间 | 2022-01-01 |
开发者 | https://snake-game-app.blogspot.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://snake-game-app.blogspot.com/ |
帮助页面URL | https://snake-game-app.blogspot.com/p/contact-here.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snake Game", "version": "3.2", "manifest_version": 3, "description": "First Snake Game released in 1997 by Nokia. Snake game is most search on Google for Android, We combined all updates for our users.", "icons": { "128": "icon-128.png" }, "action": { "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/snake-game-app.blogspot.com\/*" ], "offline_enabled": true, "chrome_url_overrides": { "newtab": "app.html" } } |