Twitch Peak

Keeps the current tab set to the largest stream for any given game on Twitch!

Twitch Peak란 무엇입니까?

Twitch Peak은(는) noahwillcrow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keeps the current tab set to the largest stream for any given game on Twitch!"입니다.

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

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

확장 프로그램 사용 설명서

                        Keep your eyes glued to only the top Twitch stream of any given game!

Instructions:
Just install this extension, click the icon in the Chrome menu, type in the name of your game, and click "Start Watching"!

Source code is available on GitHub!                    

확장 프로그램 기본 정보

이름 Twitch Peak Twitch Peak
ID lmdldooiahghimedndlabgjfkddemjdj
공식 URL https://chromewebstore.google.com/detail/twitch-peak/lmdldooiahghimedndlabgjfkddemjdj
설명 Keeps the current tab set to the largest stream for any given game on Twitch!
파일 크기 120 KB
설치 횟수 23
현재 버전 1.0.3
최근 업데이트 2017-07-25
출시 날짜 2017-07-25
개발자 noahwillcrow
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/noahwillcrow/TwitchPeak
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Peak",
    "short_name": "TwitchPeak",
    "version": "1.0.3",
    "description": "Keeps the current tab set to the largest stream for any given game on Twitch!",
    "icons": {
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/api.twitch.tv\/kraken\/streams"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "icon-32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ],
        "persistent": true
    }
}