Drawbattle Cheats

Gives all the answers for drawbattle!

Vad är Drawbattle Cheats?

Drawbattle Cheats är en Chrome-tillägg utvecklad av krash, och dess huvudfunktion är "Gives all the answers for drawbattle!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Drawbattle Cheats-förlängningens CRX-fil

Ladda ner Drawbattle Cheats-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Drawbattle Cheats Drawbattle Cheats
ID jflnjkcopkkbfblkjldbkccdcbjjlhim
Officiell webbadress https://chromewebstore.google.com/detail/drawbattle-cheats/jflnjkcopkkbfblkjldbkccdcbjjlhim
Beskrivning Gives all the answers for drawbattle!
Filstorlek 28.54 KB
Antal Installationer 282
Aktuell Version 1.0.1
Senast Uppdaterad 2023-01-10
Publiceringsdatum 2023-01-08
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare krash
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}