AutoDraw for skribbl.io
Auto draws images in pictionary game skribbl.io.
Wat is AutoDraw for skribbl.io?
AutoDraw for skribbl.io is een Chrome-extensie ontwikkeld door galehouse5, en de belangrijkste functie is "Auto draws images in pictionary game skribbl.io.".
Extensie Screenshots
Download het CRX-bestand van de extensie AutoDraw for skribbl.io
Download AutoDraw for skribbl.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | AutoDraw for skribbl.io |
ID | bpnefockcbbpkbahgkkacjmebfheacjb |
Officiële URL | https://chromewebstore.google.com/detail/autodraw-for-skribblio/bpnefockcbbpkbahgkkacjmebfheacjb |
Beschrijving | Auto draws images in pictionary game skribbl.io. |
Bestandsgrootte | 11.69 KB |
Aantal Installaties | 285,247 |
Huidige Versie | 0.3.1 |
Laatst Bijgewerkt | 2023-01-04 |
Publicatiedatum | 2020-05-07 |
Beoordeling | 3.59/5 Totaal 237 Beoordelingen |
Ontwikkelaar | galehouse5 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/galehouse5/skribbl-io-autodraw |
Help Pagina-URL | https://github.com/galehouse5/skribbl-io-autodraw/issues |
Ondersteunde Talen | 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" } |