Koci's Twitch Chat Shortcuts
Make shortcuts in your twitch chat to make your chatting/emoting easier.
ما هو Koci's Twitch Chat Shortcuts؟
Koci's Twitch Chat Shortcuts هو إضافة Chrome تم تطويرها بواسطة Koci، والميزة الرئيسية لها هي "Make shortcuts in your twitch chat to make your chatting/emoting easier.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Koci's Twitch Chat Shortcuts
قم بتنزيل ملفات الامتداد Koci's Twitch Chat Shortcuts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Make shortcuts in your twitch chat to make your chatting/emoting easier. Ever wanted to write H instead of HYPEROMEGALUL? Now is the right time to be alive 4House
معلومات أساسية عن التمديد
الاسم | Koci's Twitch Chat Shortcuts |
ID | njfogjbfnbiahacbffofhfgoihmalkod |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/kocis-twitch-chat-shortcu/njfogjbfnbiahacbffofhfgoihmalkod |
الوصف | Make shortcuts in your twitch chat to make your chatting/emoting easier. |
حجم الملف | 223 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2018-08-20 |
تاريخ النشر | 2018-08-20 |
تقييم | 4.50/5 مجموع تقييمات 6 |
المطور | Koci |
نوع الدفع | in_app |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Koci's Twitch Chat Shortcuts", "version": "1.1.0", "description": "Make shortcuts in your twitch chat to make your chatting\/emoting easier.", "manifest_version": 2, "permissions": [ "tabs", "storage", "identity", "identity.email" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "page.js" ] } ] } |