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"입니다.

확장 프로그램 스크린샷

screenshot

Drawasaurusuh 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}