AutoDraw for skribbl.io

Auto draws images in pictionary game skribbl.io.

Qu'est-ce que AutoDraw for skribbl.io ?

AutoDraw for skribbl.io est une extension Chrome développée par galehouse5, et sa fonction principale est "Auto draws images in pictionary game skribbl.io.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AutoDraw for skribbl.io

Téléchargez les fichiers d'extension AutoDraw for skribbl.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AutoDraw for skribbl.io AutoDraw for skribbl.io
ID bpnefockcbbpkbahgkkacjmebfheacjb
URL Officiel https://chromewebstore.google.com/detail/autodraw-for-skribblio/bpnefockcbbpkbahgkkacjmebfheacjb
Description Auto draws images in pictionary game skribbl.io.
Taille du Fichier 11.69 KB
Nombre d'Installations 285,247
Version Actuelle 0.3.1
Dernière Mise à Jour 2023-01-04
Date de Publication 2020-05-07
Évaluation 3.59/5 Total 237 Évaluations
Développeur galehouse5
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/galehouse5/skribbl-io-autodraw
URL de la Page d'Aide https://github.com/galehouse5/skribbl-io-autodraw/issues
Langues Prises en Charge 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"
}