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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย megawac และคุณลักษณะหลักของมันคือ "Stream aggregator using teamfortress.tv (tf.tv). Grabs streams from http://teamfortress.tv/rss/streams"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Teamfortress.tv Stream List

ดาวน์โหลดไฟล์ส่วนขยาย Teamfortress.tv Stream List ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Teamfortress.tv Stream List Teamfortress.tv Stream List
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"
    }
}