Kycu Live
Rozszerzenia powiadamiajace o aktywnosci streamu Kyca
Qu'est-ce que Kycu Live ?
Kycu Live est une extension Chrome développée par Arti2895, et sa fonction principale est "Rozszerzenia powiadamiajace o aktywnosci streamu Kyca".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kycu Live
Téléchargez les fichiers d'extension Kycu Live au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Powiadamiacz Kyca jest to rozszerzenie, którego główną funkcją jest informowanie nas o rozpoczynającym się lub już trwającym streamie. Informacja jest wyświetlana w postaci powiadomienia przeglądarki Google Chrome oraz jednorazowego dźwięku, ustalonego przez osobę nadającą na żywo, w tym przypadku Kyca. Najnowsze poprawki: -Nowy wygląd -Po kliknięciu ikonę Facebooka, otwiera się widget strony Facebooka Kyca. -Ilona live, podczas nadawania -Pasek z informacjami o stream, podczas nadawania
Informations de Base sur l'Extension
Nom | Kycu Live |
ID | ngemhjifnenblemkojiimhhalofgcben |
URL Officiel | https://chromewebstore.google.com/detail/kycu-live/ngemhjifnenblemkojiimhhalofgcben |
Description | Rozszerzenia powiadamiajace o aktywnosci streamu Kyca |
Taille du Fichier | 194 KB |
Nombre d'Installations | 14 |
Version Actuelle | 3.1 |
Dernière Mise à Jour | 2017-03-17 |
Date de Publication | 2017-03-17 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Arti2895 |
Type de Paiement | free |
Langues Prises en Charge | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kycu Live", "description": "Rozszerzenia powiadamiajace o aktywnosci streamu Kyca", "version": "3.1", "author": "Artur Artiom Lorkowski", "manifest_version": 2, "background": { "page": "background.html" }, "options_page": "options.html", "web_accessible_resources": [ "data\/img\/img48.png" ], "icons": { "32": "data\/img\/img32.png", "48": "data\/img\/img48.png", "64": "data\/img\/img64.png", "128": "data\/img\/img128.png" }, "browser_action": { "default_icon": "data\/img\/img48.png", "default_title": "Kycu Live", "default_popup": "popup.html" }, "homepage_url": "http:\/\/www.kycu.live\/", "permissions": [ "notifications" ], "content_scripts": [ { "js": [ "jquery.min.js", "background.js", "popup.js" ], "css": [ "data\/style.css" ], "matches": [ "https:\/\/api.twitch.tv\/kraken\/streams\/kycu" ] } ] } |