Stacker - Falling blocks!
A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling!
Stacker - Falling blocks!란 무엇입니까?
Stacker - Falling blocks!은(는) Kris10ansn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling!"입니다.
확장 프로그램 스크린샷
Stacker - Falling blocks! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This chrome extension allows you to play your favorite arcade game, anytime, anywhere! Just click on the icon in the top right corner of your browser, and start playing! The extension remembers where you left off, so dont worry about closing the popup. Stacker may occasionally show promoted websites when updating. Stacker may also show non-intrusive banner advertisements.
확장 프로그램 기본 정보
이름 | Stacker - Falling blocks! |
ID | bnchicpgbdgahiecgofdabidjihblaff |
공식 URL | https://chromewebstore.google.com/detail/stacker-falling-blocks/bnchicpgbdgahiecgofdabidjihblaff |
설명 | A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling! |
파일 크기 | 121 KB |
설치 횟수 | 1,137,828 |
현재 버전 | 2.2.20 |
최근 업데이트 | 2024-02-21 |
출시 날짜 | 2020-01-31 |
평점 | 3.99/5 총 225 개의 평점 |
개발자 | Kris10ansn |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "$schema": "https:\/\/json.schemastore.org\/chrome-manifest", "name": "Stacker - Falling blocks!", "short_name": "Stacker", "version": "2.2.20", "description": "A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling!", "icons": { "16": ".\/icons\/icon16.png", "24": ".\/icons\/icon24.png", "32": ".\/icons\/icon32.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png", "256": ".\/icons\/icon256.png" }, "background": { "service_worker": "background-bundle.js" }, "action": { "default_icon": { "16": ".\/icons\/icon16.png", "24": ".\/icons\/icon24.png", "32": ".\/icons\/icon32.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png", "256": ".\/icons\/icon256.png" }, "default_title": "Stacker", "default_popup": "index.html" }, "permissions": [ "storage" ], "offline_enabled": true, "manifest_version": 3 } |