2048 cheat
Click on extension to activate 2048 cheat!
2048 cheat क्या है?
2048 cheat bonkdevelopment द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click on extension to activate 2048 cheat!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 2048 cheat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to spawn in 2048 tiles in the game "2048" hosted on "https://play2048.co/". Simply enter the amount of 2048 tiles you want (1-10) then press "Ok" , or chose to play the game regularly. To reset simply press the extension icon in the top right to re-activate the cheat, refresh the page.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fkolcdediciljlifkplpncdgaalfoibg |
आधिकारिक URL | https://chromewebstore.google.com/detail/2048-cheat/fkolcdediciljlifkplpncdgaalfoibg |
विवरण | Click on extension to activate 2048 cheat! |
फ़ाइल का आकार | 13.71 KB |
स्थापना संख्या | 3,076 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2023-11-08 |
प्रकाशन तिथि | 2021-04-03 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | bonkdevelopment |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "2048 cheat", "action": { "default_icon": "icon.png" }, "manifest_version": 3, "version": "1.1", "description": "Click on extension to activate 2048 cheat!", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/play2048.co\/" ], "js": [ "background.js" ] } ] } |