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! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kris10ansn และคุณลักษณะหลักของมันคือ "A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stacker - Falling blocks!

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}