Drawasaurusuh
Improves the user interface when playing at drawasaurus.org
Cos'è Drawasaurusuh?
Drawasaurusuh è un'estensione di Chrome sviluppata da Obtuse Goose Ltd, e la sua funzione principale è "Improves the user interface when playing at drawasaurus.org".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Drawasaurusuh
Scarica i file di estensione Drawasaurusuh 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
Makes several improvements to the user interface at drawasaurus.org:
• Adds numbers after the clue e.g.: instead of
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
you see
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ (11,6)
• If you type and the guess box isn't in focus, it automatically switches to it.
• If the "Still playing?" 15 second timer pops-up, it automatically clicks it for you.
• Disables the back button so you don't get kicked-out of the game if you accidentally click the back button on your mouse whilst drawing. Informazioni di Base sull'Estensione
| Nome | |
| ID | ccnbkllpmelaliabegbdabkibhdigpjg |
| URL Ufficiale | https://chromewebstore.google.com/detail/drawasaurusuh/ccnbkllpmelaliabegbdabkibhdigpjg |
| Descrizione | Improves the user interface when playing at drawasaurus.org |
| Dimensione del File | 44.65 KB |
| Conteggio Installazioni | 108 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2022-05-12 |
| Data di Pubblicazione | 2021-03-12 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | Obtuse Goose Ltd |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://discord.gg/grkrDqFPsM |
| URL della Pagina della Politica sulla Privacy | http://www.autocardanywhere.com/privacypolicy.html |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"all_frames": true,
"js": [
"libs\/jquery-3.6.0.min.js",
"drawasaurusuh.js"
],
"matches": [
"http:\/\/www.drawasaurus.org\/room\/*",
"https:\/\/www.drawasaurus.org\/room\/*"
],
"run_at": "document_end"
}
],
"description": "Improves the user interface when playing at drawasaurus.org",
"icons": {
"128": "image-128.png",
"48": "image-48.png"
},
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"manifest_version": 3,
"name": "Drawasaurusuh",
"short_name": "Drawasaurusuh",
"version": "0.1.0"
} | |