Drawbattle Cheats
Gives all the answers for drawbattle!
什麼是Drawbattle Cheats?
Drawbattle Cheats是由krash開發的Chrome擴展程式,該擴展的主要功能是“Gives all the answers for drawbattle!”。
擴展截圖
下載Drawbattle Cheats擴展crx文件
下載Drawbattle Cheats擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get all the answers for your drawbattle games using this extension. Simply press on the extension icon to reveal the answer.
擴展基本資訊
名稱 | Drawbattle Cheats |
ID | jflnjkcopkkbfblkjldbkccdcbjjlhim |
官方網址 | https://chromewebstore.google.com/detail/drawbattle-cheats/jflnjkcopkkbfblkjldbkccdcbjjlhim |
簡介 | Gives all the answers for drawbattle! |
檔案大小 | 28.54 KB |
安裝次數 | 282 |
目前版本 | 1.0.1 |
更新時間 | 2023-01-10 |
上架時間 | 2023-01-08 |
評分 | 5.00/5 共 2 次評分 |
開發者 | krash |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drawbattle Cheats", "description": "Gives all the answers for drawbattle!", "version": "1.0.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/drawbattle.io\/*" ], "js": [ "content-script.js" ] } ], "icons": { "128": "icon128.png" }, "action": { "default_popup": "popup.html", "default_title": "Settings" }, "permissions": [ "tabs", "storage" ] } |