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ファイルをダウンロード
Stacker - Falling blocks!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |