Destiny.gg Twitch Extension

Embeds destiny.gg chat into twitch.

Destiny.gg Twitch Extension क्या है?

Destiny.gg Twitch Extension http://xavi.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Embeds destiny.gg chat into twitch."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Destiny.gg Twitch Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Destiny.gg Twitch Extension Destiny.gg Twitch Extension
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"
            ]
        }
    ]
}