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! 拡張機能の基本情報
| 名前 | |
| 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
}
} | |