Drawasaurusuh
Improves the user interface when playing at drawasaurus.org
什麼是Drawasaurusuh?
Drawasaurusuh是由Obtuse Goose Ltd開發的Chrome擴展程式,該擴展的主要功能是“Improves the user interface when playing at drawasaurus.org”。
擴展截圖
下載Drawasaurusuh擴展crx文件
下載Drawasaurusuh擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 |
說明頁面URL | https://discord.gg/grkrDqFPsM |
隱私政策頁面URL | 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" } |