Destiny.gg Twitch Extension
Embeds destiny.gg chat into twitch.
Destiny.gg Twitch Extension란 무엇입니까?
Destiny.gg Twitch Extension은(는) http://xavi.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Embeds destiny.gg chat into twitch."입니다.
확장 프로그램 스크린샷
Destiny.gg Twitch Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } ] } |