Drawbattle Cheats

Gives all the answers for drawbattle!

Co to jest Drawbattle Cheats?

Drawbattle Cheats to rozszerzenie Chrome opracowane przez krash, a jego główną funkcją jest „Gives all the answers for drawbattle!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Drawbattle Cheats

Pobierz pliki rozszerzeń Drawbattle Cheats w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Drawbattle Cheats Drawbattle Cheats
ID jflnjkcopkkbfblkjldbkccdcbjjlhim
Oficjalny URL https://chromewebstore.google.com/detail/drawbattle-cheats/jflnjkcopkkbfblkjldbkccdcbjjlhim
Opis Gives all the answers for drawbattle!
Rozmiar pliku 28.54 KB
Liczba instalacji 282
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-01-10
Data Publikacji 2023-01-08
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper krash
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}