Memory match game
Memory match game for chrome
What is Memory match game?
Memory match game is a Chrome extension developed by olegorlov22122, and its main feature is "Memory match game for chrome".
Extension Screenshots
Download Memory match game Extension CRX File
Download Memory match game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Match the same pair of images and test & improve your memory with this game.
Extension Basic Information
Name | |
ID | jgkfgambongnfpaenojcljdbhlolgfkk |
Official URL | https://chrome.google.com/webstore/detail/memory-match-game/jgkfgambongnfpaenojcljdbhlolgfkk |
Description | Memory match game for chrome |
File Size | 3.73 MB |
Installation Count | 1,787 |
Current Version | 2.2 |
Last Updated | 2022-11-22 |
Publish Date | 2020-05-27 |
Rating | 5.00/5 Total 3 Ratings |
Developer | olegorlov22122 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |