2048 Valentine's Offline Game
Bring the 2048 version of the Valentine's Day game to your Google Chrome!
Τι είναι το 2048 Valentine's Offline Game;
Το 2048 Valentine's Offline Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://2048.ee, και η κύρια λειτουργία του είναι "Bring the 2048 version of the Valentine's Day game to your Google Chrome!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 2048 Valentine's Offline Game
Λήψη αρχείων επέκτασης 2048 Valentine's Offline Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The 2048 Valentine game offline version on your Google Chrome! 2048 Valentine Offline Version (Less than 1MB) - 100% Offline, NO ADS & Free to play! Play 2048 Cupcakes on your Google Chrome Browser. Use your arrow keys to move the tiles. When two tiles with the same cupcake touch, they merge into a bigger different cupcake! 1. Install extension 2. Click the 2048 Valentine icon on the Chrome extension toolbar and then we will open a 2048 Valentine for you to play the game! You don’t need to do anything else! You also can play 2048 Valentine from any Chrome Tab. Have fun! ...
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | pnncpkedmdiibkmpgmcemmeofmdodomp |
Επίσημο URL | https://chrome.google.com/webstore/detail/2048-valentines-offline-g/pnncpkedmdiibkmpgmcemmeofmdodomp |
Περιγραφή | Bring the 2048 version of the Valentine's Day game to your Google Chrome! |
Μέγεθος Αρχείου | 422 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2023-11-25 |
Ημερομηνία Δημοσίευσης | 2022-02-13 |
Αξιολόγηση | 4.43/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | http://2048.ee |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://monkey-mart.io/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://run3.pro/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.w3technic.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "2048 Valentine's Offline Game", "version": "1.0.0", "version_name": "1.0.0", "action": { "default_icon": { "24": "img\/24x24.png", "32": "img\/32x32.png" }, "default_title": "2048!", "default_popup": "index.html" }, "background": { "service_worker": "update.js" }, "offline_enabled": true, "description": "Bring the 2048 version of the Valentine's Day game to your Google Chrome!", "icons": { "16": "img\/16x16.png", "48": "img\/48x48.png", "128": "img\/128x128.png" }, "options_page": "index.html", "homepage_url": "https:\/\/2048-valentine.w3technic.com" } |