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