Drawasaurusuh

Improves the user interface when playing at drawasaurus.org

Drawasaurusuh क्या है?

Drawasaurusuh Obtuse Goose Ltd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves the user interface when playing at drawasaurus.org"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Drawasaurusuh एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
सहायता पृष्ठ 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"
}