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 là gì?
Skribbl.io Letter Counter là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Skribbl.io Letter Counter
Tải xuống các tệp mở rộng Skribbl.io Letter Counter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Skribbl.io Letter Counter |
ID | bdjejcobeddkhcpcemlbnoncfabmafce |
URL Chính Thức | https://chromewebstore.google.com/detail/skribblio-letter-counter/bdjejcobeddkhcpcemlbnoncfabmafce |
Mô tả | Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people. |
Kích Thước Tệp | 16.71 KB |
Số Lần Cài Đặt | 3,401 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-05-03 |
Ngày Phát Hành | 2020-05-03 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |