sodaG
Returns sodaG (and friends) to Twitch chat.
ما هو sodaG؟
sodaG هو إضافة Chrome تم تطويرها بواسطة https://www.thedeadpixelsociety.com، والميزة الرئيسية لها هي "Returns sodaG (and friends) to Twitch chat.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة sodaG
قم بتنزيل ملفات الامتداد sodaG بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Modifies the Twitch chat pane to make the removed sodaG (and friends) emoticons available again for users of the extension.
معلومات أساسية عن التمديد
الاسم | sodaG |
ID | bpaipbaiemikfhkocfcfaclnleninehe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sodag/bpaipbaiemikfhkocfcfaclnleninehe |
الوصف | Returns sodaG (and friends) to Twitch chat. |
حجم الملف | 45.59 KB |
عدد التثبيتات | 1,162 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2016-03-12 |
تاريخ النشر | 2016-03-11 |
تقييم | 4.50/5 مجموع تقييمات 8 |
المطور | https://www.thedeadpixelsociety.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "sodaG", "version": "1.0.3", "description": "Returns sodaG (and friends) to Twitch chat.", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "32": "sodaG_32.png", "64": "sodaG_64.png", "128": "sodaG_128.png" } } |