Skribbl No Hint
Add an option to hide the blank spaces when playing, for a challenge.
Skribbl No Hintคืออะไร?
Skribbl No Hint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VerB และคุณลักษณะหลักของมันคือ "Add an option to hide the blank spaces when playing, for a challenge."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skribbl No Hint
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } |