Skribbl.io Letter Counter
Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people.
Co to jest Skribbl.io Letter Counter?
Skribbl.io Letter Counter to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Skribbl.io Letter Counter
Pobierz pliki rozszerzeń Skribbl.io Letter Counter 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
This extension allows users to see the number of letters in a game of skribbl.io so that they can make more accurate guesses faster. For people that are lazy to count them themselves.
Podstawowe informacje o rozszerzeniu
Nazwa | Skribbl.io Letter Counter |
ID | bdjejcobeddkhcpcemlbnoncfabmafce |
Oficjalny URL | https://chromewebstore.google.com/detail/skribblio-letter-counter/bdjejcobeddkhcpcemlbnoncfabmafce |
Opis | Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people. |
Rozmiar pliku | 16.71 KB |
Liczba instalacji | 3,401 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2020-05-03 |
Data Publikacji | 2020-05-03 |
Ocena | 4.33/5 Łącznie 3 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skribbl.io Letter Counter", "description": "Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people. ", "version": "1.1", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/skribbl.io\/*" ], "js": [ "content-script.js" ] } ] } |