Ketris Game

Play a fun arcade game in a popup and score high marks with pre-filling feature.

Vad är Ketris Game?

Ketris Game är en Chrome-tillägg utvecklad av Game Anytime, och dess huvudfunktion är "Play a fun arcade game in a popup and score high marks with pre-filling feature.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Ketris Game-förlängningens CRX-fil

Ladda ner Ketris Game-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

                        This chrome extension allows you to play classic arcade game anytime and anywhere. For helping you make quick judgement in the game, a virtual clone of the falling block will fit into lines at the bottom ahead of time.

To start the game, just click on the Ketris icon in the top right corner of your browser! There is no need to worry about closing the popup because the extension can remembers where you left off last time.                    

Grundläggande Information om Tillägg

Namn Ketris Game Ketris Game
ID jpockdmmdldalpnfplmnimelahojkjbn
Officiell webbadress https://chrome.google.com/webstore/detail/ketris-game/jpockdmmdldalpnfplmnimelahojkjbn
Beskrivning Play a fun arcade game in a popup and score high marks with pre-filling feature.
Filstorlek 13.27 KB
Antal Installationer 245
Aktuell Version 0.1.1
Senast Uppdaterad 2022-07-28
Publiceringsdatum 2022-05-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Game Anytime
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.gameanytime.co/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ketris Game",
    "short_name": "Ketris",
    "version": "0.1.1",
    "description": "Play a fun arcade game in a popup and score high marks with pre-filling feature.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}