Teamfortress.tv Stream List
Stream aggregator using teamfortress.tv (tf.tv). Grabs streams from http://teamfortress.tv/rss/streams
Teamfortress.tv Stream List란 무엇입니까?
Teamfortress.tv Stream List은(는) megawac에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stream aggregator using teamfortress.tv (tf.tv). Grabs streams from http://teamfortress.tv/rss/streams"입니다.
확장 프로그램 스크린샷
Teamfortress.tv Stream List 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Displays live competive TF2 streams off of teamfortress.tv. New in this version, you can favourite streams to get notifications (eg http://i.imgur.com/5Ixgiot.jpg) for when select streamers go live. JP Certified: 6:59 PM - cc//JJP: uh...... 6:59 PM - cc//JJP: STAMPED http://cdn.memegenerator.net/instances/400x/34066577.jpg Change log: 1.2.14: fix teamfortress.tv move to www.teamfortress.tv 1.2.12: improve notifications 1.2.8: error handling for your net being down 1.2.5: fix not being able to parse invalid stream names (thanks European Mia)! 1.2.4: updated icon 1.2.3: made options and subscriptions storage sync between machines 1.2: -added the ability to favourite streams and improved some style bugs 1.1: -added plenty of customizable options -optimized and cleaned up code -beautified -fixed some visual bugs
확장 프로그램 기본 정보
이름 | |
ID | hgmmipenklehjpopeoboecnpjjnhhmko |
공식 URL | https://chrome.google.com/webstore/detail/teamfortresstv-stream-lis/hgmmipenklehjpopeoboecnpjjnhhmko |
설명 | Stream aggregator using teamfortress.tv (tf.tv). Grabs streams from http://teamfortress.tv/rss/streams |
파일 크기 | 177 KB |
설치 횟수 | 125 |
현재 버전 | 1.2.15 |
최근 업데이트 | 2015-07-09 |
출시 날짜 | 2015-07-09 |
평점 | 5.00/5 총 13 개의 평점 |
개발자 | megawac |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/megawac/tfstreams |
지원되는 언어 | en-GB |
manifest.json | |
{ "version": "1.2.15", "manifest_version": 2, "description": "Stream aggregator using teamfortress.tv (tf.tv). Grabs streams from http:\/\/teamfortress.tv\/rss\/streams", "name": "Teamfortress.tv Stream List", "short_name": "TF.TV Streams", "author": "Graeme Yeates(megawac)", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "options_page": "options.html", "permissions": [ "http:\/\/www.teamfortress.tv\/rss\/streams", "notifications", "alarms", "storage" ], "browser_action": { "default_icon": "img\/logo4.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/browser\/chrome.js", "js\/tf.xmlparser.js", "js\/tf.background.js" ] }, "icons": { "128": "img\/ext.png" } } |