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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
}  |  |