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文件

下载Twitch Peak扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
    }
}