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!”。

擴展截圖

screenshot
screenshot

下載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! Stacker - Falling blocks!
ID bnchicpgbdgahiecgofdabidjihblaff
官方網址 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
電子郵箱 [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
}