Twitch Peak
Keeps the current tab set to the largest stream for any given game on Twitch!
Co je Twitch Peak?
Twitch Peak je rozšíření Chrome vyvinuté noahwillcrow, a jeho hlavní funkcí je „Keeps the current tab set to the largest stream for any given game on Twitch!“.
Stáhnout soubor CRX rozšíření Twitch Peak
Stáhněte si soubory rozšíření Twitch Peak ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Twitch Peak |
ID | lmdldooiahghimedndlabgjfkddemjdj |
Oficiální URL | https://chromewebstore.google.com/detail/twitch-peak/lmdldooiahghimedndlabgjfkddemjdj |
Popis | Keeps the current tab set to the largest stream for any given game on Twitch! |
Velikost souboru | 120 KB |
Počet instalací | 23 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2017-07-25 |
Datum Vydání | 2017-07-25 |
Vývojář | noahwillcrow |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/noahwillcrow/TwitchPeak |
Podporované Jazyky | 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 } } |