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 |
官方網址 | 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" } } |