AutoDraw for skribbl.io
Auto draws images in pictionary game skribbl.io.
Was ist AutoDraw for skribbl.io?
AutoDraw for skribbl.io ist eine Chrome-Erweiterung, die von galehouse5 entwickelt wurde, und ihr Hauptmerkmal ist "Auto draws images in pictionary game skribbl.io.".
Erweiterungsscreenshots
AutoDraw for skribbl.io-Erweiterungs-CRX-Datei herunterladen
Laden Sie AutoDraw for skribbl.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | AutoDraw for skribbl.io |
ID | bpnefockcbbpkbahgkkacjmebfheacjb |
Offizielle URL | https://chromewebstore.google.com/detail/autodraw-for-skribblio/bpnefockcbbpkbahgkkacjmebfheacjb |
Beschreibung | Auto draws images in pictionary game skribbl.io. |
Dateigröße | 11.69 KB |
Installationsanzahl | 285,247 |
Aktuelle Version | 0.3.1 |
Letztes Update | 2023-01-04 |
Veröffentlichungsdatum | 2020-05-07 |
Bewertung | 3.59/5 Insgesamt 237 Bewertungen |
Entwickler | galehouse5 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/galehouse5/skribbl-io-autodraw |
Hilfeseite URL | https://github.com/galehouse5/skribbl-io-autodraw/issues |
Unterstützte Sprachen | 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" } |