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 http://2048.ee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring the 2048 version of the Valentine's Day game to your Google Chrome!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 2048 Valentine's Offline Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |