Drawasaurusuh
Improves the user interface when playing at drawasaurus.org
Drawasaurusuh là gì?
Drawasaurusuh là một tiện ích mở rộng Chrome được phát triển bởi Obtuse Goose Ltd, và tính năng chính của nó là "Improves the user interface when playing at drawasaurus.org".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Drawasaurusuh
Tải xuống các tệp mở rộng Drawasaurusuh dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Drawasaurusuh |
ID | ccnbkllpmelaliabegbdabkibhdigpjg |
URL Chính Thức | https://chromewebstore.google.com/detail/drawasaurusuh/ccnbkllpmelaliabegbdabkibhdigpjg |
Mô tả | Improves the user interface when playing at drawasaurus.org |
Kích Thước Tệp | 44.65 KB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2022-05-12 |
Ngày Phát Hành | 2021-03-12 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Obtuse Goose Ltd |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://discord.gg/grkrDqFPsM |
URL Trang Chính Sách Bảo Mật | http://www.autocardanywhere.com/privacypolicy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |