skribbl.io Bot
Narrows down the possible words for skribble.io.
ما هو skribbl.io Bot؟
skribbl.io Bot هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Narrows down the possible words for skribble.io.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة skribbl.io Bot
قم بتنزيل ملفات الامتداد skribbl.io Bot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is intended to be used for the website, skribbl.io. Using a word bank with all of the default possible words for the game, this extension will help you narrow down which words are the solution to each round.
معلومات أساسية عن التمديد
الاسم | skribbl.io Bot |
ID | egfjccfngpialgcfdanenhidjhcbbonp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/skribblio-bot/egfjccfngpialgcfdanenhidjhcbbonp |
الوصف | Narrows down the possible words for skribble.io. |
حجم الملف | 29.06 KB |
عدد التثبيتات | 70,116 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-05-17 |
تاريخ النشر | 2020-05-16 |
تقييم | 3.63/5 مجموع تقييمات 108 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "skribbl.io Bot", "version": "1.0", "description": "Narrows down the possible words for skribble.io.", "icons": { "128": "skribbl-icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/skribbl.io\/*" ], "js": [ "bot.js" ] } ], "permissions": [ "declarativeContent" ] } |