Skribbl No Hint
Add an option to hide the blank spaces when playing, for a challenge.
Hvad er Skribbl No Hint?
Skribbl No Hint er en Chrome-udvidelse udviklet af VerB, og dens hovedfunktion er "Add an option to hide the blank spaces when playing, for a challenge.".
Udvidelsesskærmbilleder
Download Skribbl No Hint-udvidelses-CRX-fil
Download Skribbl No Hint-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nflhmeckdadnjglknlkpibhimbcghcfc |
Officiel URL | https://chrome.google.com/webstore/detail/skribbl-no-hint/nflhmeckdadnjglknlkpibhimbcghcfc |
Beskrivelse | Add an option to hide the blank spaces when playing, for a challenge. |
Filstørrelse | 94.37 KB |
Antal Installationer | 397 |
Nuværende Version | 0.1 |
Senest Opdateret | 2020-11-04 |
Udgivelsesdato | 2020-11-04 |
Bedømmelse | 2.00/5 Samlet 1 Bedømmelser |
Udvikler | VerB |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |