Drawasaurusuh
Improves the user interface when playing at drawasaurus.org
Co to jest Drawasaurusuh?
Drawasaurusuh to rozszerzenie Chrome opracowane przez Obtuse Goose Ltd, a jego główną funkcją jest „Improves the user interface when playing at drawasaurus.org”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Drawasaurusuh
Pobierz pliki rozszerzeń Drawasaurusuh w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Drawasaurusuh |
ID | ccnbkllpmelaliabegbdabkibhdigpjg |
Oficjalny URL | https://chromewebstore.google.com/detail/drawasaurusuh/ccnbkllpmelaliabegbdabkibhdigpjg |
Opis | Improves the user interface when playing at drawasaurus.org |
Rozmiar pliku | 44.65 KB |
Liczba instalacji | 108 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2022-05-12 |
Data Publikacji | 2021-03-12 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | Obtuse Goose Ltd |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://discord.gg/grkrDqFPsM |
Adres URL Strony Polityki Prywatności | http://www.autocardanywhere.com/privacypolicy.html |
Obsługiwane Języki | 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" } |