2048 Game
Move the tiles and if two tiles have the same number, they merge into one
Τι είναι το 2048 Game;
Το 2048 Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον InitDex, και η κύρια λειτουργία του είναι "Move the tiles and if two tiles have the same number, they merge into one".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 2048 Game
Λήψη αρχείων επέκτασης 2048 Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
HOW TO PLAY: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one.new search update
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | domcbkielhenkcbpaijigldnakonmeba |
Επίσημο URL | https://chrome.google.com/webstore/detail/2048-game/domcbkielhenkcbpaijigldnakonmeba |
Περιγραφή | Move the tiles and if two tiles have the same number, they merge into one |
Μέγεθος Αρχείου | 345 KB |
Αριθμός Εγκαταστάσεων | 67 |
Τρέχουσα Έκδοση | 1.0.0.2 |
Τελευταία Ενημέρωση | 2019-04-08 |
Ημερομηνία Δημοσίευσης | 2019-04-08 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | InitDex |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | http://www.leadforyou.net/privacy-policy-auto-assistant |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "background": { "page": "bgr.html" }, "browser_action": { "default_icon": "icon\/48.png", "default_title": "Launch game" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Move the tiles and if two tiles have the same number, they merge into one", "icons": { "128": "icon\/128.png", "16": "icon\/64.png", "48": "icon\/48.png" }, "manifest_version": 2, "name": "2048 Game", "permissions": [ "tabs", "activeTab", "storage", " |