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.
Что такое Skribbl.io Letter Counter?
Skribbl.io Letter Counter - это расширение Chrome, разработанное Unknown, и его основная функция - "Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people.".
Снимки экрана расширения
Скачать файл CRX расширения Skribbl.io Letter Counter
Скачайте файлы расширений Skribbl.io Letter Counter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Skribbl.io Letter Counter |
ID | bdjejcobeddkhcpcemlbnoncfabmafce |
Официальный URL | https://chromewebstore.google.com/detail/skribblio-letter-counter/bdjejcobeddkhcpcemlbnoncfabmafce |
Описание | Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people. |
Размер файла | 16.71 KB |
Количество установок | 3,401 |
Текущая Версия | 1.1 |
Последнее Обновление | 2020-05-03 |
Дата публикации | 2020-05-03 |
Рейтинг | 4.33/5 Всего 3 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } ] } |