Twitch Peak
Keeps the current tab set to the largest stream for any given game on Twitch!
What is Twitch Peak?
Twitch Peak is a Chrome extension developed by noahwillcrow, and its main feature is "Keeps the current tab set to the largest stream for any given game on Twitch!".
Download Twitch Peak Extension CRX File
Download Twitch Peak extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Twitch Peak |
ID | lmdldooiahghimedndlabgjfkddemjdj |
Official URL | https://chromewebstore.google.com/detail/twitch-peak/lmdldooiahghimedndlabgjfkddemjdj |
Description | Keeps the current tab set to the largest stream for any given game on Twitch! |
File Size | 120 KB |
Installation Count | 23 |
Current Version | 1.0.3 |
Last Updated | 2017-07-25 |
Publish Date | 2017-07-25 |
Developer | noahwillcrow |
Payment Type | free |
Extension Website | https://github.com/noahwillcrow/TwitchPeak |
Supported Languages | 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 } } |