Stacker - Falling blocks!
A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling!
Was ist Stacker - Falling blocks!?
Stacker - Falling blocks! ist eine Chrome-Erweiterung, die von Kris10ansn entwickelt wurde, und ihr Hauptmerkmal ist "A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling!".
Erweiterungsscreenshots
Stacker - Falling blocks!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stacker - Falling blocks!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Stacker - Falling blocks! |
ID | bnchicpgbdgahiecgofdabidjihblaff |
Offizielle URL | https://chromewebstore.google.com/detail/stacker-falling-blocks/bnchicpgbdgahiecgofdabidjihblaff |
Beschreibung | A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling! |
Dateigröße | 121 KB |
Installationsanzahl | 1,137,828 |
Aktuelle Version | 2.2.20 |
Letztes Update | 2024-02-21 |
Veröffentlichungsdatum | 2020-01-31 |
Bewertung | 3.99/5 Insgesamt 225 Bewertungen |
Entwickler | Kris10ansn |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |