Destiny.gg Twitch Extension
Embeds destiny.gg chat into twitch.
ما هو Destiny.gg Twitch Extension؟
Destiny.gg Twitch Extension هو إضافة Chrome تم تطويرها بواسطة http://xavi.co، والميزة الرئيسية لها هي "Embeds destiny.gg chat into twitch.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Destiny.gg Twitch Extension
قم بتنزيل ملفات الامتداد Destiny.gg Twitch Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
- Features Replaces twitch chat with destiny.gg's chat system. Don't miss out on important chat announcements or sparkling conversation from fellow esports fans. And finally, don't let twitch suppress your dongers. - Save Esports Destiny is esports. Twitch is Destiny's home. Bring Destiny back home. Embedding his chat into Twitch. Save esports. - Feed Nathan Named after the dude from Heroes, Destiny's child has become the premier esports infant. His father, Steven Bonnell, in a recent video announced that Nathan is nearing his third birthday and that he is, "now hungrier than ever." Señor Bonnell also revealed that Nathan's diet consists mostly of QQ's and rustled jimmies, which was the central motivation behind Mr. Bonnell developing his own custom chat system. So by ensuring that destiny.gg's chat is widely available, we help ensure that Nathan doesn't go hungry and remains the child of Destiny.
معلومات أساسية عن التمديد
الاسم | |
ID | djfomcefcflgaagokalkkonemgddlndd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/destinygg-twitch-extensio/djfomcefcflgaagokalkkonemgddlndd |
الوصف | Embeds destiny.gg chat into twitch. |
حجم الملف | 27.89 KB |
عدد التثبيتات | 41 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-04-03 |
تاريخ النشر | 2014-04-03 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | http://xavi.co |
نوع الدفع | free |
موقع الإضافة | http://xavi.co/destinygg-chat/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Destiny.gg Twitch Extension", "version": "1.1", "manifest_version": 2, "description": "Embeds destiny.gg chat into twitch.", "icons": { "16": "destiny-infestor-16.png", "48": "destiny-infestor-48.png", "128": "destiny-infestor-128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "http:\/\/destiny.gg\/*" ], "js": [ "app.js" ] } ] } |