Skribbl No Hint
Add an option to hide the blank spaces when playing, for a challenge.
Co to jest Skribbl No Hint?
Skribbl No Hint to rozszerzenie Chrome opracowane przez VerB, a jego główną funkcją jest „Add an option to hide the blank spaces when playing, for a challenge.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Skribbl No Hint
Pobierz pliki rozszerzeń Skribbl No Hint w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nflhmeckdadnjglknlkpibhimbcghcfc |
Oficjalny URL | https://chrome.google.com/webstore/detail/skribbl-no-hint/nflhmeckdadnjglknlkpibhimbcghcfc |
Opis | Add an option to hide the blank spaces when playing, for a challenge. |
Rozmiar pliku | 94.37 KB |
Liczba instalacji | 397 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2020-11-04 |
Data Publikacji | 2020-11-04 |
Ocena | 2.00/5 Łącznie 1 Oceny |
Deweloper | VerB |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |