Destiny.gg Twitch Extension

Embeds destiny.gg chat into twitch.

Destiny.gg Twitch Extension là gì?

Destiny.gg Twitch Extension là một tiện ích mở rộng Chrome được phát triển bởi http://xavi.co, và tính năng chính của nó là "Embeds destiny.gg chat into twitch.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Destiny.gg Twitch Extension

Tải xuống các tệp mở rộng Destiny.gg Twitch Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Destiny.gg Twitch Extension Destiny.gg Twitch Extension
ID djfomcefcflgaagokalkkonemgddlndd
URL Chính Thức https://chrome.google.com/webstore/detail/destinygg-twitch-extensio/djfomcefcflgaagokalkkonemgddlndd
Mô tả Embeds destiny.gg chat into twitch.
Kích Thước Tệp 27.89 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-04-03
Ngày Phát Hành 2014-04-03
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://xavi.co
Loại Thanh Toán free
Trang Web Mở Rộng http://xavi.co/destinygg-chat/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}