Twitch Peak
Keeps the current tab set to the largest stream for any given game on Twitch!
Cos'è Twitch Peak?
Twitch Peak è un'estensione di Chrome sviluppata da noahwillcrow, e la sua funzione principale è "Keeps the current tab set to the largest stream for any given game on Twitch!".
Scarica il file CRX dell'estensione Twitch Peak
Scarica i file di estensione Twitch Peak in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Twitch Peak |
ID | lmdldooiahghimedndlabgjfkddemjdj |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-peak/lmdldooiahghimedndlabgjfkddemjdj |
Descrizione | Keeps the current tab set to the largest stream for any given game on Twitch! |
Dimensione del File | 120 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2017-07-25 |
Data di Pubblicazione | 2017-07-25 |
Sviluppatore | noahwillcrow |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/noahwillcrow/TwitchPeak |
Lingue Supportate | 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 } } |