Tetris Game on Google Chrome

Play the classic Tetris game directly from your Google Chrome.

Vad är Tetris Game on Google Chrome?

Tetris Game on Google Chrome är en Chrome-tillägg utvecklad av GPTBLOX, och dess huvudfunktion är "Play the classic Tetris game directly from your Google Chrome.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Tetris Game on Google Chrome-förlängningens CRX-fil

Ladda ner Tetris Game on Google Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Experience the nostalgia of the classic Tetris game right on your Google Chrome browser. 'Tetris Game on Google Chrome' offers a seamless gaming experience with its intuitive controls, crisp visuals, and compatibility with both dark and light browser themes. Play, pause, restart, and keep track of your score as you aim for Tetris perfection!                    

Grundläggande Information om Tillägg

Namn Tetris Game on Google Chrome Tetris Game on Google Chrome
ID hkklgkmcmldmlpcbboeeebokbdiaokgo
Officiell webbadress https://chrome.google.com/webstore/detail/hkklgkmcmldmlpcbboeeebokbdiaokgo
Beskrivning Play the classic Tetris game directly from your Google Chrome.
Filstorlek 10.73 KB
Antal Installationer 30
Aktuell Version 1.0
Senast Uppdaterad 2023-09-14
Publiceringsdatum 2023-09-14
Utvecklare GPTBLOX
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tetris Game on Google Chrome",
    "version": "1.0",
    "description": "Play the classic Tetris game directly from your Google Chrome.",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}