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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
⬇️ 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" } } |