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.
Apa itu Skribbl.io Letter Counter?
Skribbl.io Letter Counter adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Skribbl.io Letter Counter
Unduh file ekstensi Skribbl.io Letter Counter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Skribbl.io Letter Counter |
ID | bdjejcobeddkhcpcemlbnoncfabmafce |
URL Resmi | https://chromewebstore.google.com/detail/skribblio-letter-counter/bdjejcobeddkhcpcemlbnoncfabmafce |
Deskripsi | Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people. |
Ukuran File | 16.71 KB |
Jumlah Instalasi | 3,401 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-05-03 |
Tanggal Publikasi | 2020-05-03 |
Penilaian | 4.33/5 Total 3 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |