Drawbattle Cheats

Gives all the answers for drawbattle!

Wat is Drawbattle Cheats?

Drawbattle Cheats is een Chrome-extensie ontwikkeld door krash, en de belangrijkste functie is "Gives all the answers for drawbattle!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Drawbattle Cheats

Download Drawbattle Cheats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Drawbattle Cheats Drawbattle Cheats
ID jflnjkcopkkbfblkjldbkccdcbjjlhim
Officiële URL https://chromewebstore.google.com/detail/drawbattle-cheats/jflnjkcopkkbfblkjldbkccdcbjjlhim
Beschrijving Gives all the answers for drawbattle!
Bestandsgrootte 28.54 KB
Aantal Installaties 282
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-01-10
Publicatiedatum 2023-01-08
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar krash
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}