Snake
The authentic snake game in a popup. Smooth animations and a saved high score!
Snake란 무엇입니까?
Snake은(는) Kris10ansn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The authentic snake game in a popup. Smooth animations and a saved high score!"입니다.
확장 프로그램 스크린샷
Snake 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Unlike many other options out there, this extension saves your highscore, so that you dont have to just remember that really good score when youre gonna tell all your friends about it. Snake can occasionally show promoted websites when updating. Snake may also show non-intrusive banner advertisements at the bottom of the game window.
확장 프로그램 기본 정보
이름 | Snake |
ID | oppflpnigmhkldmdmmbnopidlhahanji |
공식 URL | https://chromewebstore.google.com/detail/snake/oppflpnigmhkldmdmmbnopidlhahanji |
설명 | The authentic snake game in a popup. Smooth animations and a saved high score! |
파일 크기 | 30.15 KB |
설치 횟수 | 463,081 |
현재 버전 | 2.2.15 |
최근 업데이트 | 2024-02-21 |
출시 날짜 | 2020-02-26 |
평점 | 4.30/5 총 44 개의 평점 |
개발자 | Kris10ansn |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://kris10ansn.github.io |
도움말 페이지 URL | https://kris10ansn.github.io |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "$schema": "https:\/\/json.schemastore.org\/chrome-manifest", "name": "Snake", "short_name": "Snake", "version": "2.2.15", "description": "The authentic snake game in a popup. Smooth animations and a saved high score!", "icons": { "16": "images\/head.png", "48": "images\/head.png", "128": "images\/head.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/head.png", "24": "images\/head.png", "32": "images\/head.png", "48": "images\/head.png", "128": "images\/head.png" }, "default_popup": "index.html" }, "offline_enabled": true, "manifest_version": 3 } |