Skribbl.io AutoDraw

SKRIBBL UPDATED AND THIS DOES NOT WORK ANYMORE, I WILL NOT UPDATE IT. An auto draw extention for Skribbl.io Click and drag an…

Qu'est-ce que Skribbl.io AutoDraw ?

Skribbl.io AutoDraw est une extension Chrome développée par Majesty, et sa fonction principale est "SKRIBBL UPDATED AND THIS DOES NOT WORK ANYMORE, I WILL NOT UPDATE IT. An auto draw extention for Skribbl.io Click and drag an…".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Skribbl.io AutoDraw 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

                        SKRIBBL UPDATED AND THIS DOES NOT WORK ANYMORE, I WILL NOT UPDATE IT.


An auto draw extention for Skribbl.io

Click and drag an image onto the white canvas and let the auto draw do its thing.

Keep in mind complex images might not be the best but it tries its best to complete the image.                    

Informations de Base sur l'Extension

Nom Skribbl.io AutoDraw Skribbl.io AutoDraw
ID ohpgmmkibgooecniliccgpjlpjhgmfoo
URL Officiel https://chromewebstore.google.com/detail/skribblio-autodraw/ohpgmmkibgooecniliccgpjlpjhgmfoo
Description SKRIBBL UPDATED AND THIS DOES NOT WORK ANYMORE, I WILL NOT UPDATE IT. An auto draw extention for Skribbl.io Click and drag an…
Taille du Fichier 459 KB
Nombre d'Installations 8,024
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-03-09
Date de Publication 2020-05-28
Évaluation 3.33/5 Total 6 Évaluations
Développeur Majesty
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skribbl.io AutoDraw",
    "version": "1.0.1",
    "icons": {
        "42": "icon42.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/skribbl.io\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "log.js",
                "data-transfer-helper.js",
                "color-helper.js",
                "image-helper.js",
                "non-blocking-processor.js",
                "artist.js",
                "canvas.js",
                "toolbar.js",
                "main.js"
            ]
        }
    ]
}