Chelxie Live Notifier
Extension pour suivre les lives de Chelxie.
O que é Chelxie Live Notifier?
Chelxie Live Notifier é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Extension pour suivre les lives de Chelxie.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chelxie Live Notifier
Baixe arquivos de extensão Chelxie Live Notifier 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
Nouvelle extension pour savoir si je suis en live et ça vous indique aussi quand une nouvelle vidéo est sortie ! Créateur: Nucktrooper Son site: http://extensionlivenotifier.weebly.com/ Merci de ne pas réutiliser cette extension sans le consentement de Nucktrooper
Informações Básicas da Extensão
Nome | Chelxie Live Notifier |
ID | klabflpfhnpedmlbhmnahgffelndbllk |
URL Oficial | https://chromewebstore.google.com/detail/chelxie-live-notifier/klabflpfhnpedmlbhmnahgffelndbllk |
Descrição | Extension pour suivre les lives de Chelxie. |
Tamanho do Arquivo | 401 KB |
Contagem de Instalações | 153 |
Versão Atual | 6.6.6 |
Última Atualização | 2017-03-30 |
Data de Publicação | 2017-03-30 |
Classificação | 4.83/5 Total de 23 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | http://chelxie.fr |
Idiomas Suportados | de,en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "6.6.6", "default_locale": "fr", "name": "Chelxie Live Notifier", "description": "Extension pour suivre les lives de Chelxie.", "background": { "persistent": true, "scripts": [ ".\/src\/streamer.js", ".\/src\/background.js", ".\/src\/main.js" ] }, "author": "Nucktrooper", "homepage_url": "http:\/\/extensionlivenotifier.weebly.com\/", "manifest_version": 2, "icons": { "128": "icon.png" }, "permissions": [ "notifications" ], "optional_permissions": [ "background" ], "options_ui": { "open_in_tab": true, "page": "options\/options.html" }, "browser_action": { "default_icon": { "19": "data\/Button_OFF.png" }, "default_popup": ".\/popup\/popup.html" } } |