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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } |