Drawasaurusuh

Improves the user interface when playing at drawasaurus.org

Apa itu Drawasaurusuh?

Drawasaurusuh adalah ekstensi Chrome yang dikembangkan oleh Obtuse Goose Ltd, dan fitur utamanya adalah "Improves the user interface when playing at drawasaurus.org".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Drawasaurusuh

Unduh file ekstensi Drawasaurusuh dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Drawasaurusuh Drawasaurusuh
ID ccnbkllpmelaliabegbdabkibhdigpjg
URL Resmi https://chromewebstore.google.com/detail/drawasaurusuh/ccnbkllpmelaliabegbdabkibhdigpjg
Deskripsi Improves the user interface when playing at drawasaurus.org
Ukuran File 44.65 KB
Jumlah Instalasi 108
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2022-05-12
Tanggal Publikasi 2021-03-12
Penilaian 4.00/5 Total 1 Penilaian
Pengembang Obtuse Goose Ltd
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://discord.gg/grkrDqFPsM
URL Halaman Kebijakan Privasi http://www.autocardanywhere.com/privacypolicy.html
Bahasa yang Didukung 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"
}