Drawbattle Cheats

Gives all the answers for drawbattle!

Drawbattle Cheatsとは何ですか?

Drawbattle Cheatsはkrashによって開発されたChromeの拡張機能で、その主な機能は「Gives all the answers for drawbattle!」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 Drawbattle Cheats
ID jflnjkcopkkbfblkjldbkccdcbjjlhim
公式URL 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
Eメール [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"
    ]
}