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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A fun arcade game that plays in a popup. Stack falling tetra blocks without hitting the ceiling!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stacker - Falling blocks! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}