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 |
ID | lmdldooiahghimedndlabgjfkddemjdj |
官方網址 | 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 } } |