Memory match game

Memory match game for chrome

Cos'è Memory match game?

Memory match game è un'estensione di Chrome sviluppata da olegorlov22122, e la sua funzione principale è "Memory match game for chrome".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Memory match game

Scarica i file di estensione Memory match game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Match the same pair of images and test & improve your memory with this game.                    

Informazioni di Base sull'Estensione

Nome Memory match game Memory match game
ID jgkfgambongnfpaenojcljdbhlolgfkk
URL Ufficiale https://chrome.google.com/webstore/detail/memory-match-game/jgkfgambongnfpaenojcljdbhlolgfkk
Descrizione Memory match game for chrome
Dimensione del File 3.73 MB
Conteggio Installazioni 1,787
Versione Corrente 2.2
Ultimo Aggiornamento 2022-11-22
Data di Pubblicazione 2020-05-27
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore olegorlov22122
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "action": {
        "default_icon": "64.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Memory match  game for chrome",
    "icons": {
        "128": "128.png",
        "16": "64.png",
        "48": "64.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzN+IaAtniP+1TO8VHZsR0mYAXDe2MxGpR+Ru0da+kDVZ5LyXxFbHUzSU3BysvbFBC7iag4S65UflglYq4UvyC9on3PiOvUrzRP5zGKCPG5RpMq29BQ1QLzrp7xbgQ8e3ZQ2xDZoUZmMnG5xRhNbnTeZxgfZt8bunIXcQkCqp\/xeTuU7TK3IxIKhoQY77O7RNHIIrfdiIjwvNUfkhYZxUZ1pJeJwAB5Wl3hCwXYB1aHzDWP6XqzF\/9lXLouehZlB9TrnDplgzByM4RZIocSzYwN2f5qoWtaINdXzzR4gDAmYy9F9hKItmuC03sY7OXP7D\/JS+c4qy6olierLbpp0dQIDAQAB",
    "manifest_version": 3,
    "name": "Memory match game",
    "options_page": "option.html",
    "permissions": [
        "declarativeNetRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.2"
}