Games
A collection of offline games.
什么是Games?
Games是由https://pothos.info开发的Chrome扩展程序,该扩展的主要功能是“A collection of offline games.”。
扩展截图
下载Games扩展crx文件
下载Games扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An excellent addition to the built-in browser Dinosaur Game (aka Chrome Dino). Always at your fingertips. They'll entertain you, but won't take up a lot of your time. No Internet connection required. No need to wait for loading. No ads or donations. Everything is absolutely free. Just launch and play. There are both immortal classics and more modern games of various genres: arcades, puzzles, platformers, shooters, card games, etc. The full list of games includes: 2048 Asteroids Dwarfs: There and Back Again Elematter Exo Freecell ONOFF Pacman Radius Raid Snake Space Invaders Tower Building UNDERRUN VIER: Wizard Wars
扩展基本信息
名称 | Games |
ID | njmeodagbaobikllmhoplodaciibckjn |
官方URL | https://chromewebstore.google.com/detail/games/njmeodagbaobikllmhoplodaciibckjn |
简介 | A collection of offline games. |
文件大小 | 6.28 MB |
安装次数 | 483 |
当前版本 | 1.1.0.0 |
更新时间 | 2023-12-29 |
上架时间 | 2023-12-18 |
开发者 | https://pothos.info |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://pothos.info/?p=contacts |
支持的语言 | id,de,en,fr,vi,tr,es,it,pl,pt-BR,ru,ar,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_lngTitle__", "version": "1.1.0.0", "description": "__MSG_lngDescription__", "default_locale": "en", "permissions": [], "background": { "service_worker": "scripts\/background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } } |