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文件

下載Skribbl No Hint擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}