Khoyatv Live Alert
Extension Twitch Live de KhoyaTV ! Live sans PUB! Hésites pas à t'abonner
O que é Khoyatv Live Alert?
Khoyatv Live Alert é uma extensão do Chrome desenvolvida por Altheus, e sua principal característica é "Extension Twitch Live de KhoyaTV ! Live sans PUB! Hésites pas à t'abonner".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Khoyatv Live Alert
Baixe arquivos de extensão Khoyatv Live Alert 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
Notifie lorsque KhoyaTV est en live. Reste attentif à mon activité en ligne grâce à mon extension ! Cette extension ajoute une icône en haut à droite de ton navigateur qui devient colorée lorsque je suis en live sur Twitch, et elle t'enverra aussi une notification.
Informações Básicas da Extensão
Nome | |
ID | eoildnngkooamkjobodffpockdfmahjk |
URL Oficial | https://chrome.google.com/webstore/detail/khoyatv-live-alert/eoildnngkooamkjobodffpockdfmahjk |
Descrição | Extension Twitch Live de KhoyaTV ! Live sans PUB! Hésites pas à t'abonner |
Tamanho do Arquivo | 2.32 MB |
Contagem de Instalações | 64 |
Versão Atual | 1.1 |
Última Atualização | 2022-05-31 |
Data de Publicação | 2022-05-19 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Altheus |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Khoyatv Live Alert", "description": "Extension Twitch Live de KhoyaTV ! Live sans PUB! H\u00e9sites pas \u00e0 t'abonner", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" }, "permissions": [ "alarms", "notifications", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "style.css" ] } ] } |