Destiny.gg Twitch Extension
Embeds destiny.gg chat into twitch.
Qu'est-ce que Destiny.gg Twitch Extension ?
Destiny.gg Twitch Extension est une extension Chrome développée par http://xavi.co, et sa fonction principale est "Embeds destiny.gg chat into twitch.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Destiny.gg Twitch Extension
Téléchargez les fichiers d'extension Destiny.gg Twitch Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
- 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.
Informations de Base sur l'Extension
Nom | |
ID | djfomcefcflgaagokalkkonemgddlndd |
URL Officiel | https://chrome.google.com/webstore/detail/destinygg-twitch-extensio/djfomcefcflgaagokalkkonemgddlndd |
Description | Embeds destiny.gg chat into twitch. |
Taille du Fichier | 27.89 KB |
Nombre d'Installations | 41 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-04-03 |
Date de Publication | 2014-04-03 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | http://xavi.co |
Type de Paiement | free |
Site Web de l'Extension | http://xavi.co/destinygg-chat/ |
Langues Prises en Charge | 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" ] } ] } |