Drawbattle Cheats

Gives all the answers for drawbattle!

Drawbattle Cheats là gì?

Drawbattle Cheats là một tiện ích mở rộng Chrome được phát triển bởi krash, và tính năng chính của nó là "Gives all the answers for drawbattle!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Drawbattle Cheats

Tải xuống các tệp mở rộng Drawbattle Cheats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Get all the answers for your drawbattle games using this extension. Simply press on the extension icon to reveal the answer.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Drawbattle Cheats Drawbattle Cheats
ID jflnjkcopkkbfblkjldbkccdcbjjlhim
URL Chính Thức https://chromewebstore.google.com/detail/drawbattle-cheats/jflnjkcopkkbfblkjldbkccdcbjjlhim
Mô tả Gives all the answers for drawbattle!
Kích Thước Tệp 28.54 KB
Số Lần Cài Đặt 282
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-01-10
Ngày Phát Hành 2023-01-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển krash
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}