twitchEmoji
Simplify emojis on Twitch, with our emoji menu
ما هو twitchEmoji؟
twitchEmoji هو إضافة Chrome تم تطويرها بواسطة Dyrhoi، والميزة الرئيسية لها هي "Simplify emojis on Twitch, with our emoji menu".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة twitchEmoji
قم بتنزيل ملفات الامتداد twitchEmoji بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Since Better Twitch TV added emojis to Twitch chat, there hasn't been a simple way to use them. You had to either go on twitter, copy them, go on your phone to post them, now you can easily do it all, without ever leaving Twitch. Open the emoji menu and you can easily search for the emojis, or just scroll til you find the one you want. Known bugs: * Button to active emoji may not appear, refresh if this happens. * Menu will stay if you change page (inside twitch.tv), again refresh if this happens. * If whispers are open and you use the emote menu, it will write in both whisper input and chat input, furthermore it will remove anything in the current chat input. ---- All these will be fixed in next update <3
معلومات أساسية عن التمديد
الاسم | twitchEmoji |
ID | gllkphpjfmmfknhhiakefhnmklbnmhdm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitchemoji/gllkphpjfmmfknhhiakefhnmklbnmhdm |
الوصف | Simplify emojis on Twitch, with our emoji menu |
حجم الملف | 3.2 MB |
عدد التثبيتات | 708 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-07-18 |
تاريخ النشر | 2016-07-18 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Dyrhoi |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "twitchEmoji", "description": "Simplify emojis on Twitch, with our emoji menu", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "twitchEmoji" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "css": [ "assets\/css\/app.css" ], "js": [ "jquery.js", "app.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "data\/*", "assets\/*" ] } |