Drawasaurusuh
Improves the user interface when playing at drawasaurus.org
ما هو Drawasaurusuh؟
Drawasaurusuh هو إضافة Chrome تم تطويرها بواسطة Obtuse Goose Ltd، والميزة الرئيسية لها هي "Improves the user interface when playing at drawasaurus.org".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Drawasaurusuh
قم بتنزيل ملفات الامتداد Drawasaurusuh بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Drawasaurusuh |
ID | ccnbkllpmelaliabegbdabkibhdigpjg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/drawasaurusuh/ccnbkllpmelaliabegbdabkibhdigpjg |
الوصف | Improves the user interface when playing at drawasaurus.org |
حجم الملف | 44.65 KB |
عدد التثبيتات | 108 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2022-05-12 |
تاريخ النشر | 2021-03-12 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | Obtuse Goose Ltd |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://discord.gg/grkrDqFPsM |
عنوان صفحة سياسة الخصوصية | http://www.autocardanywhere.com/privacypolicy.html |
اللغات المدعومة | 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" } |