Skribbl No Hint
Add an option to hide the blank spaces when playing, for a challenge.
What is Skribbl No Hint?
Skribbl No Hint is a Chrome extension developed by VerB, and its main feature is "Add an option to hide the blank spaces when playing, for a challenge.".
Extension Screenshots
Download Skribbl No Hint Extension CRX File
Download Skribbl No Hint extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | nflhmeckdadnjglknlkpibhimbcghcfc |
Official URL | https://chrome.google.com/webstore/detail/skribbl-no-hint/nflhmeckdadnjglknlkpibhimbcghcfc |
Description | Add an option to hide the blank spaces when playing, for a challenge. |
File Size | 94.37 KB |
Installation Count | 397 |
Current Version | 0.1 |
Last Updated | 2020-11-04 |
Publish Date | 2020-11-04 |
Rating | 2.00/5 Total 1 Ratings |
Developer | VerB |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |