Skribbl No Hint

Add an option to hide the blank spaces when playing, for a challenge.

Skribbl No Hint란 무엇입니까?

Skribbl No Hint은(는) VerB에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add an option to hide the blank spaces when playing, for a challenge."입니다.

확장 프로그램 스크린샷

screenshot

Skribbl No Hint 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        skribbl.io normally displays a hint at the top of the page, in the form of blank spaces.

This extension enables you to hide this hint.
A toggle (on by default) will appear next to the round counter in the top left.
When active, no letters or blank spaces will display in the hint area.                    

확장 프로그램 기본 정보

이름 Skribbl No Hint Skribbl No Hint
ID nflhmeckdadnjglknlkpibhimbcghcfc
공식 URL https://chrome.google.com/webstore/detail/skribbl-no-hint/nflhmeckdadnjglknlkpibhimbcghcfc
설명 Add an option to hide the blank spaces when playing, for a challenge.
파일 크기 94.37 KB
설치 횟수 397
현재 버전 0.1
최근 업데이트 2020-11-04
출시 날짜 2020-11-04
평점 2.00/5 총 1 개의 평점
개발자 VerB
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skribbl No Hint",
    "version": "0.1",
    "description": "Add an option to hide the blank spaces when playing, for a challenge.",
    "icons": {
        "42": "icon42.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/skribbl.io\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}