Snake Game
Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.
Was ist Snake Game?
Snake Game ist eine Chrome-Erweiterung, die von tarundabhi entwickelt wurde, und ihr Hauptmerkmal ist "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.".
Erweiterungsscreenshots
Snake Game-Erweiterungs-CRX-Datei herunterladen
Laden Sie Snake Game-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Play snake game in popup screen.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mdiglfhigdpnlagochjojlpbaifdccdb |
Offizielle URL | https://chrome.google.com/webstore/detail/snake-game/mdiglfhigdpnlagochjojlpbaifdccdb |
Beschreibung | Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug. |
Dateigröße | 68.06 KB |
Installationsanzahl | 3,000 |
Aktuelle Version | 1.1 |
Letztes Update | 2022-02-21 |
Veröffentlichungsdatum | 2019-09-24 |
Bewertung | 3.40/5 Insgesamt 5 Bewertungen |
Entwickler | tarundabhi |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snake Game", "version": "1.1", "description": "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" } } |