Twitch Notifications
Notifies you when one of the streamers you are following starts streaming.
O que é Twitch Notifications?
Twitch Notifications é uma extensão do Chrome desenvolvida por mickelus, e sua principal característica é "Notifies you when one of the streamers you are following starts streaming.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Notifications
Baixe arquivos de extensão Twitch Notifications 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
All that you need to do to get started is to put your twitch username in the username field on the options page. A link to the option page can be found under "Tools" > "Extensions" > "Twitch notifications". Clicking a notification will open the stream in a new tab. The source is on github: https://github.com/mickelus/twitchNotifications. Feel free to submit bug reports, feature requests or pull requests.
Informações Básicas da Extensão
Nome | Twitch Notifications |
ID | inkakioanfdnbbikoenlmmpaomnangkh |
URL Oficial | https://chromewebstore.google.com/detail/twitch-notifications/inkakioanfdnbbikoenlmmpaomnangkh |
Descrição | Notifies you when one of the streamers you are following starts streaming. |
Tamanho do Arquivo | 38.46 KB |
Contagem de Instalações | 211 |
Versão Atual | 1.1 |
Última Atualização | 2016-02-10 |
Data de Publicação | 2016-02-10 |
Classificação | 2.60/5 Total de 5 Avaliações |
Desenvolvedor | mickelus |
Tipo de Pagamento | free |
Idiomas Suportados | en,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.1", "content_security_policy": "image-src 'self' *:\/\/static-cdn.jtvnw.net\/*; object-src 'self'; script-src 'self'", "permissions": [ "alarms", "storage", "notifications", "cookies", "*:\/\/api.twitch.tv\/*", "*:\/\/static-cdn.jtvnw.net\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "background.js" ], "persistent": false } } |