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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |