Snake Game
Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.
Τι είναι το Snake Game;
Το Snake Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tarundabhi, και η κύρια λειτουργία του είναι "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Snake Game
Λήψη αρχείων επέκτασης Snake Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Play snake game in popup screen.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mdiglfhigdpnlagochjojlpbaifdccdb |
Επίσημο URL | https://chrome.google.com/webstore/detail/snake-game/mdiglfhigdpnlagochjojlpbaifdccdb |
Περιγραφή | Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug. |
Μέγεθος Αρχείου | 68.06 KB |
Αριθμός Εγκαταστάσεων | 3,000 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2022-02-21 |
Ημερομηνία Δημοσίευσης | 2019-09-24 |
Αξιολόγηση | 3.40/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | tarundabhi |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |