Stacker - Falling blocks!
A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling!
¿Qué es Stacker - Falling blocks!?
Stacker - Falling blocks! es una extensión de Chrome desarrollada por Kris10ansn, y su función principal es "A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Stacker - Falling blocks!
Descarga archivos de extensión Stacker - Falling blocks! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Stacker - Falling blocks! |
ID | bnchicpgbdgahiecgofdabidjihblaff |
URL Oficial | https://chromewebstore.google.com/detail/stacker-falling-blocks/bnchicpgbdgahiecgofdabidjihblaff |
Descripción | A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling! |
Tamaño del Archivo | 121 KB |
Cantidad de Instalaciones | 1,137,828 |
Versión Actual | 2.2.20 |
Última Actualización | 2024-02-21 |
Fecha de Publicación | 2020-01-31 |
Calificación | 3.99/5 Total de 225 Calificaciones |
Desarrollador | Kris10ansn |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } |