Skribbl No Hint

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

Skribbl No Hint là gì?

Skribbl No Hint là một tiện ích mở rộng Chrome được phát triển bởi VerB, và tính năng chính của nó là "Add an option to hide the blank spaces when playing, for a challenge.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Skribbl No Hint

Tải xuống các tệp mở rộng Skribbl No Hint dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Skribbl No Hint Skribbl No Hint
ID nflhmeckdadnjglknlkpibhimbcghcfc
URL Chính Thức https://chrome.google.com/webstore/detail/skribbl-no-hint/nflhmeckdadnjglknlkpibhimbcghcfc
Mô tả Add an option to hide the blank spaces when playing, for a challenge.
Kích Thước Tệp 94.37 KB
Số Lần Cài Đặt 397
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-11-04
Ngày Phát Hành 2020-11-04
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển VerB
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}