Stacker - Falling blocks!
A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling!
Qu'est-ce que Stacker - Falling blocks! ?
Stacker - Falling blocks! est une extension Chrome développée par Kris10ansn, et sa fonction principale est "A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stacker - Falling blocks!
Téléchargez les fichiers d'extension Stacker - Falling blocks! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Stacker - Falling blocks! |
ID | bnchicpgbdgahiecgofdabidjihblaff |
URL Officiel | https://chromewebstore.google.com/detail/stacker-falling-blocks/bnchicpgbdgahiecgofdabidjihblaff |
Description | A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling! |
Taille du Fichier | 121 KB |
Nombre d'Installations | 1,137,828 |
Version Actuelle | 2.2.20 |
Dernière Mise à Jour | 2024-02-21 |
Date de Publication | 2020-01-31 |
Évaluation | 3.99/5 Total 225 Évaluations |
Développeur | Kris10ansn |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |