Team Liquid Streams++

Team Liquid Stream Viewer (Fork)

ما هو Team Liquid Streams++؟

Team Liquid Streams++ هو إضافة Chrome تم تطويرها بواسطة fyresoul، والميزة الرئيسية لها هي "Team Liquid Stream Viewer (Fork)".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Team Liquid Streams++

قم بتنزيل ملفات الامتداد Team Liquid Streams++ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is a fork of the original Team Liquid Streams extension as the old developer is not maintaining/improving the existing extension.

Please make your feature requests in the comments section below, or in the thread at:
http://www.teamliquid.net/forum/viewmessage.php?topic_id=205002

Team Liquid Streams provides an easy way of watching Starcraft related streams on TeamLiquid.net

It keeps an up to date list of who is currently streaming and how many viewers are watching that stream.

You can also favourite the streamer causing a popup to announce whenever they begin broadcasting again.

You may sort by favorites, stream name, featured or not, type of stream, race and viewer count.

The extension also now lists streams by Username and not by owner, matching the appearance on TeamLiquid.net

Additionally, there is now an option screen to manually edit your favorites and hide columns.

Updates: 
Stream type filtering now enabled

Version 0.0.2.0:
Race filtering now enabled

Version 0.0.2.5:
One manual refresh added.
Refresh is Once per 10 minutes in addition to the auto refresh that occurs every 10 minutes.

Version 0.0.2.6:
Fixed bug that streams without a race selection were not showing up.

Version 0.0.2.7:
Fixed bug that caused columns not to move over correctly when hiding columns. - reported by Bone_Idle

Version 0.0.2.8:
Fixed bug that caused "Misc" streams to not be displayed anymore due to Label changes


Version 0.0.2.9:
Added Language Ratings Column.  This is defaulted to not be shown and display all three rating types.

Version 0.0.3.0:
Updated to add new types (Dota2 and LoL).  Options page should work correctly again.

Version 0.0.3.1:
Type selection drop down saves filter selection for continence when selecting filtered types

Version 0.0.3.4:
Update for D3

Version 0.0.4.0:
Update for HotS and WoL
User requested Notification Alert toggle now in options menu

Version 0.0.4.1:
Update for HotS and WoL -> SC2
Update manifest version for Chrome

Version 0.0.5.0:
Enter EoL as I don't have time to maintain this currently and Google's new Chrome reqs require a large re-write.                    

معلومات أساسية عن التمديد

الاسم Team Liquid Streams++ Team Liquid Streams++
ID ilgkaggfllbomabebbgkibkmbloibgfd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/team-liquid-streams++/ilgkaggfllbomabebbgkibkmbloibgfd
الوصف Team Liquid Stream Viewer (Fork)
حجم الملف 93.39 KB
عدد التثبيتات 3,887
النسخة الحالية 0.0.5.0
آخر تحديث 2013-07-23
تاريخ النشر 2013-07-23
تقييم 4.66/5 مجموع تقييمات 90
المطور fyresoul
نوع الدفع free
عنوان صفحة المساعدة http://www.teamliquid.net/forum/viewpost.php?post_id=8442756
اللغات المدعومة en
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/favourites.js",
            "\/scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Team Liquid Streams",
        "default_popup": "main.html"
    },
    "description": "Team Liquid Stream Viewer (Fork)",
    "icons": {
        "128": "icon.png",
        "16": "icon16.png"
    },
    "manifest_version": 2,
    "name": "Team Liquid Streams++",
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "idle",
        "background",
        "http:\/\/www.teamliquid.net\/video\/streams\/"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.5.0"
}