Live Followlist for Twitch
Get notified when your favorite streamers go live
O que é Live Followlist for Twitch?
Live Followlist for Twitch é uma extensão do Chrome desenvolvida por os8544026, e sua principal característica é "Get notified when your favorite streamers go live".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Live Followlist for Twitch
Baixe arquivos de extensão Live Followlist for Twitch 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
See and be notified about the currently streaming users you follow on Twitch. Features: - Be notified whenever a streamer you follow goes live - No extra login required. Simply being logged in to Twitch is sufficient. - Quick access to your favorite streams - Enable or disable notifications This extension is developed independently and not associated in any way with twitch.tv. Your privacy is important to us, therefore we try to request only the minimal amount of permissions possible. Some permissions however are necessary for this extension to work. These are: - Storage: used to save wether you want to receive notifications or not - Notifications: necessary to notify you when a stream went live - Cookies: needed to access your followed streams without you having to do an extra login If you have any questions, or suggestions please feel free to contact us [email protected]
Informações Básicas da Extensão
Nome | |
ID | fjmehfjemmkjppbjlompjenndffmlhfn |
URL Oficial | https://chrome.google.com/webstore/detail/live-followlist-for-twitc/fjmehfjemmkjppbjlompjenndffmlhfn |
Descrição | Get notified when your favorite streamers go live |
Tamanho do Arquivo | 272 KB |
Contagem de Instalações | 396 |
Versão Atual | 1.0 |
Última Atualização | 2022-04-30 |
Data de Publicação | 2021-03-08 |
Classificação | 4.44/5 Total de 9 Avaliações |
Desenvolvedor | os8544026 |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://greensearch.io/privacy |
Idiomas Suportados | de,en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "__MSG_appName__", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "manifest_version": 2, "default_locale": "en_US", "browser_action": { "default_popup": "index.html", "default_title": "__MSG_appName__" }, "icons": { "16": "icon16x16.png", "24": "icon24x24.png", "32": "icon32x32.png", "48": "icon48x48.png", "128": "icon128x128.png" }, "background": { "scripts": [ ".\/background\/background.js" ] }, "permissions": [ "cookies", "storage", "notifications", "https:\/\/*.twitch.tv\/", "https:\/\/*.static-cdn.jtvnw.net\/jtv_user_pictures\/" ], "version": "1.0" } |