Twitch Live

Twitch TV extension for displaying a user's favorite channels which are currently live.

Twitch Live란 무엇입니까?

Twitch Live은(는) mikechambers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Twitch TV extension for displaying a user's favorite channels which are currently live."입니다.

확장 프로그램 스크린샷

screenshot

Twitch Live 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Twitch Live

Twitch TV extension for displaying a user's favorite channels which are currently live.

NOTE: Version 2.0.1 is a beta. Please report any issues.

Twitch Live is a browser extension for Google Chrome that makes it easy to check which of your favorite Twitch.tv channels are currently live. You can also configure the extension to send you a notification when one of your favorite streams goes online.

Extension was developed by Mike Chambers. Design by Ben Griffith.

Once the extension has been installed it will place a small monitor / TV icon on the top right of your browser window. NOTE YOU MUST NOW PIN THE EXTENSION IN CHROME IN ORDER TO SEE THE ICON. Open the options tab by right clicking the icon, and selecting options. Once the options tab is open, enter your Twitch.tv user name, and click save.

You can then view which of your favorite Twitch.tv streams are online by clicking the Twitch Live icon in the browser window.

This extension was originally part of the JTV Live extension for Justin.tv but has been split off into its own extension.

Release History

2.0.2 BETA (3.7.22)
    * Fixed issue with login not working

2.0.1 BETA (3.6.22)
    * Updated to work with new Twitch APIs
    * Extension now requires login
    * Major refactor. Please report any issues
    * Removed VOD filtering (no longer supported by Twitch API)
    * No longer show notifications on new streams (simplifying extension to make easier to maintain)

1.90 (10.21.2020)
    * Format viewer counts to be easier to read.

1.89 (10.2.2020)
    * Fixed an issue that caused duplicate stream entries (due to Twitch API bug).

1.88 (9.20.2020)
    * Fixed an issue that prevented user name from being stored on new installs (dues to Twitch API change).

1.87 (7.28.2019)
    * Fixed a bug where data would not be loaded automatically when entering account name.
    * Added an about page, which can be accessed by right clicking on the extension icon.

1.86 (7.28.2019)
    * Fixed bug where data wouldnt load unless you resaved settings.

1.85 (7.28.2019)
    * Pretty big code updated and refactoring
    * Updated Twitch API to v5
    * Mousing over a stream will show a tool tip with current stream title
    * Can now click Twitch Live text at top of window to go to main twitch page

0.98 (7.23.2018)
    * Fixed issue when clicking game titles that contained a single quote in their name. (thanks JS for reporting)

0.97 (4.12.2018)
    * Fixed issue where extension would not work for some users (due to bug in Twitch API). Thanks LurkinLurker for the help in tracking down.

0.96 (4.02.2018)
    * Fixed issue where vodcasts were not recognized

0.95 (8.28.2017)
    * Added option to not display vodcasts
    * Vodcasts are displayed in a lighter grey
    * Removed request for "tabs" permissions (no longer needed)

0.94 (5.31.2017)
    * Fixed issue with Twitch API change that prevented all live streams from displaying.

0.93 (1.6.2017)
    * Fixed issue with Twitch API change that limited results to 25 streams.

0.92 (9.15.2016)
    * Added client_id to API requests to twitch to fix bug that broke extension.

0.91 (2.15.2014)
    * Added option to open stream in a popout window.

0.90 (10.02.2013)
    * Rewrote Notification support.
    * Notifications now require Google Chrome 28 or higher.
    * Notifications now automatically close after 7 seconds.

0.89 (08.21.2013)
    * Section / game titles are now clickable. Clicking will open a new tab pointing to the Twitch.tv page for the game.

0.88 (07.08.2013)
    * General stability improvements when working with Twitch TV API.

0.87 (06.17.2013)
    * Fixed an issue where clicking on a channel would not work if previous api call had failed.
    * Some minor user interface tweaks.
    * Some minor code optimizations.

0.86 (06.06.2013)
    * Fixed issue where wrong results are returned if user is not following any channels.

0.85 (06.06.2013)
    * Initial Release.                    

확장 프로그램 기본 정보

이름 Twitch Live Twitch Live
ID iiljidcefnbhbpamageahhblhbbhhopm
공식 URL https://chromewebstore.google.com/detail/twitch-live/iiljidcefnbhbpamageahhblhbbhhopm
설명 Twitch TV extension for displaying a user's favorite channels which are currently live.
파일 크기 57.4 KB
설치 횟수 25,098
현재 버전 2.0.2
최근 업데이트 2022-03-09
출시 날짜 2019-07-28
평점 4.34/5 총 535 개의 평점
개발자 mikechambers
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.mikechambers.com/blog/2011/07/06/jtv-live-a-google-chrome-extension-for-justin-tv/
도움말 페이지 URL http://www.mikechambers.com/blog/2011/07/06/jtv-live-a-google-chrome-extension-for-justin-tv/
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/jquery-3.5.1.min.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Twitch Live"
    },
    "description": "Twitch TV extension for displaying a user's favorite channels which are currently live.",
    "homepage_url": "http:\/\/www.mikechambers.com\/blog\/2011\/07\/06\/jtv-live-a-google-chrome-extension-for-justin-tv\/",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Twitch Live",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "contextMenus",
        "identity"
    ],
    "version": "2.0.2",
    "web_accessible_resources": [
        "images\/icon.png"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR7XuGG8Hxv10G+HU5iIqdXCsBMjoiaMFahS6VaFK39YMXqrQOjob1jcLhL3MDn44cgNvDsCiANO3igyiGF1us\/LaJrKqhyHhrQIAKCQzZqet42dB3ZsZmiGtCqd9yaTZgxPGGuMDfnp6XseV8jgiB4LEzAeXTXKrrHVfqKUWxywIDAQAB"
}