2048 cheat
Click on extension to activate 2048 cheat!
2048 cheatคืออะไร?
2048 cheat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bonkdevelopment และคุณลักษณะหลักของมันคือ "Click on extension to activate 2048 cheat!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2048 cheat
ดาวน์โหลดไฟล์ส่วนขยาย 2048 cheat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |