Classic Tetris

Play through hundreds of unique TETRIS. TETRIS Single Player Mode. TETRIS forever!

Classic Tetris क्या है?

Classic Tetris emmapetersonan34 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play through hundreds of unique TETRIS. TETRIS Single Player Mode. TETRIS forever!"।

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

screenshot

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

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

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

                        Welcome to TETRIS, the official extension for the world’s favorite puzzle game. Play through hundreds of unique TETRIS Levels in a new experience. Play a quick round to beat your own score, or play infinite rounds to master your skills.

Enjoy the ultimate block puzzle game with these amazing features:

🕹️ TETRIS SINGLE PLAYER 🕹️
• Master your skills with the iconic Tetris gameplay you know and love.
* Pick between the Marathon mode for endless rounds or the new Quick Play Mode for when you want to play Tetris but only have a few minutes to play.
• Rotate Tetriminos, clear lines and crush your high score.
• Available offline - enjoy Tetris anytime, anywhere.


The world’s favorite block puzzle game is now a game for everyone to play anytime, anywhere.                    

एक्सटेंशन की मूल जानकारी

नाम Classic Tetris Classic Tetris
ID pchhcoliekcbjlpeojpoeceeiilaanhn
आधिकारिक URL https://chrome.google.com/webstore/detail/classic-tetris/pchhcoliekcbjlpeojpoeceeiilaanhn
विवरण Play through hundreds of unique TETRIS. TETRIS Single Player Mode. TETRIS forever!
फ़ाइल का आकार 72.15 KB
स्थापना संख्या 100,844
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-05-06
प्रकाशन तिथि 2023-05-03
रेटिंग 4.66/5 कुल 79 रेटिंग्स
डेवलपर emmapetersonan34
ईमेल [email protected]
समर्थित भाषाएँ id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "background": {
        "service_worker": "updt.js"
    },
    "content_scripts": [
        {
            "js": [
                "index.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.*"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "32": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    }
}