Games
A collection of offline games.
Games란 무엇입니까?
Games은(는) https://pothos.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A collection of offline games."입니다.
확장 프로그램 스크린샷
Games 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |