AutoDraw for skribbl.io

Auto draws images in pictionary game skribbl.io.

Cos'è AutoDraw for skribbl.io?

AutoDraw for skribbl.io è un'estensione di Chrome sviluppata da galehouse5, e la sua funzione principale è "Auto draws images in pictionary game skribbl.io.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AutoDraw for skribbl.io

Scarica i file di estensione AutoDraw for skribbl.io in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AutoDraw for skribbl.io AutoDraw for skribbl.io
ID bpnefockcbbpkbahgkkacjmebfheacjb
URL Ufficiale https://chromewebstore.google.com/detail/autodraw-for-skribblio/bpnefockcbbpkbahgkkacjmebfheacjb
Descrizione Auto draws images in pictionary game skribbl.io.
Dimensione del File 11.69 KB
Conteggio Installazioni 285,247
Versione Corrente 0.3.1
Ultimo Aggiornamento 2023-01-04
Data di Pubblicazione 2020-05-07
Valutazione 3.59/5 Totale 237 Valutazioni
Sviluppatore galehouse5
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/galehouse5/skribbl-io-autodraw
URL della Pagina di Aiuto https://github.com/galehouse5/skribbl-io-autodraw/issues
Lingue Supportate 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"
}