2048 cheat
Click on extension to activate 2048 cheat!
什麼是2048 cheat?
2048 cheat是由bonkdevelopment開發的Chrome擴展程式,該擴展的主要功能是“Click on extension to activate 2048 cheat!”。
擴展截圖
下載2048 cheat擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |