Snake Game
First Snake Game released in 1997 by Nokia. Snake game is most search on Google for Android, We combined all updates for our users.
Snake Game란 무엇입니까?
Snake Game은(는) https://snake-game-app.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "First Snake Game released in 1997 by Nokia. Snake game is most search on Google for Android, We combined all updates for our users."입니다.
확장 프로그램 스크린샷
Snake Game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With Snake Game extension users will get the new data from the website as soon as they open the extension Popup and New tab with background color, quotes Snake is the common name for a video game concept where the player maneuvers a line which grows in length, with the line itself being a primary obstacle. ---------------------------------------------------------------------------- Before visit our website please learn about our Disclaimer, privacy policy, and Cookies Policy. https://snake-game-app.blogspot.com/p/disclaimer.html https://snake-game-app.blogspot.com/p/privacy-policy.html https://snake-game-app.blogspot.com/p/cookie-policy.html
확장 프로그램 기본 정보
이름 | Snake Game |
ID | bjfimcbikkcobjgbjmmeiabppeadmbok |
공식 URL | https://chromewebstore.google.com/detail/snake-game/bjfimcbikkcobjgbjmmeiabppeadmbok |
설명 | First Snake Game released in 1997 by Nokia. Snake game is most search on Google for Android, We combined all updates for our users. |
파일 크기 | 221 KB |
설치 횟수 | 35 |
현재 버전 | 3.2 |
최근 업데이트 | 2022-01-01 |
출시 날짜 | 2022-01-01 |
개발자 | https://snake-game-app.blogspot.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://snake-game-app.blogspot.com/ |
도움말 페이지 URL | https://snake-game-app.blogspot.com/p/contact-here.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snake Game", "version": "3.2", "manifest_version": 3, "description": "First Snake Game released in 1997 by Nokia. Snake game is most search on Google for Android, We combined all updates for our users.", "icons": { "128": "icon-128.png" }, "action": { "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/snake-game-app.blogspot.com\/*" ], "offline_enabled": true, "chrome_url_overrides": { "newtab": "app.html" } } |