Stacker - Falling blocks!
A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling!
Cos'è Stacker - Falling blocks!?
Stacker - Falling blocks! è un'estensione di Chrome sviluppata da Kris10ansn, e la sua funzione principale è "A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stacker - Falling blocks!
Scarica i file di estensione Stacker - Falling blocks! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Stacker - Falling blocks! |
ID | bnchicpgbdgahiecgofdabidjihblaff |
URL Ufficiale | https://chromewebstore.google.com/detail/stacker-falling-blocks/bnchicpgbdgahiecgofdabidjihblaff |
Descrizione | A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling! |
Dimensione del File | 121 KB |
Conteggio Installazioni | 1,137,828 |
Versione Corrente | 2.2.20 |
Ultimo Aggiornamento | 2024-02-21 |
Data di Pubblicazione | 2020-01-31 |
Valutazione | 3.99/5 Totale 225 Valutazioni |
Sviluppatore | Kris10ansn |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |