AutoDraw for skribbl.io

Auto draws images in pictionary game skribbl.io.

Co to jest AutoDraw for skribbl.io?

AutoDraw for skribbl.io to rozszerzenie Chrome opracowane przez galehouse5, a jego główną funkcją jest „Auto draws images in pictionary game skribbl.io.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AutoDraw for skribbl.io

Pobierz pliki rozszerzeń AutoDraw for skribbl.io 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

                        Updates:
- Now works with Skribbl's December 2022 UI changes

How to use:
 1. Search for an image using Google (https://images.google.com)
 2. Drag and drop it onto the canvas
 3. Sit back and relax

Tips:
 - Simple images, like clip art, draw the fastest
 - Draws best with Chrome maximized

Is AutoDraw active?
If the extension's starfish icon has color then it's active. Just drag and drop an image onto the canvas when it's your turn to draw.                    

Podstawowe informacje o rozszerzeniu

Nazwa AutoDraw for skribbl.io AutoDraw for skribbl.io
ID bpnefockcbbpkbahgkkacjmebfheacjb
Oficjalny URL https://chromewebstore.google.com/detail/autodraw-for-skribblio/bpnefockcbbpkbahgkkacjmebfheacjb
Opis Auto draws images in pictionary game skribbl.io.
Rozmiar pliku 11.69 KB
Liczba instalacji 285,247
Aktualna Wersja 0.3.1
Ostatnia Aktualizacja 2023-01-04
Data Publikacji 2020-05-07
Ocena 3.59/5 Łącznie 237 Oceny
Deweloper galehouse5
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/galehouse5/skribbl-io-autodraw
Adres URL Strony Pomocy https://github.com/galehouse5/skribbl-io-autodraw/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoDraw for skribbl.io",
    "description": "Auto draws images in pictionary game skribbl.io.",
    "version": "0.3.1",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/skribbl.io\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "dist\/main.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/github.com\/galehouse5\/skribbl-io-autodraw"
}