My top 10 most-watched Twitch streamers
Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.
O que é My top 10 most-watched Twitch streamers?
My top 10 most-watched Twitch streamers é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão My top 10 most-watched Twitch streamers
Baixe arquivos de extensão My top 10 most-watched Twitch streamers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Ever wondered which Twitch streamer you watch the most? What about a whole Top 10?! It's really that simple; install the addon, sit back and enjoy some Twitch while the extension compiles your graph over time. I don't collect any information regarding your watching habits as everything is stored locally in your browser. I strongly suggest you pin the extension to be able to glance at your Top 10 at will.
Informações Básicas da Extensão
Nome | My top 10 most-watched Twitch streamers |
ID | ijjhhldncdhjkpnohencpcdlhdjchjif |
URL Oficial | https://chromewebstore.google.com/detail/my-top-10-most-watched-tw/ijjhhldncdhjkpnohencpcdlhdjchjif |
Descrição | Compiles a top 10 of your most watched Twitch streamers and displays it into a graph. |
Tamanho do Arquivo | 221 KB |
Contagem de Instalações | 183 |
Versão Atual | 1.2 |
Última Atualização | 2022-04-03 |
Data de Publicação | 2021-12-15 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Unknown |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My top 10 most-watched Twitch streamers", "description": "Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.", "version": "1.2", "manifest_version": 3, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content-script.js" ] } ] } |