Kycu Live
Rozszerzenia powiadamiajace o aktywnosci streamu Kyca
Wat is Kycu Live?
Kycu Live is een Chrome-extensie ontwikkeld door Arti2895, en de belangrijkste functie is "Rozszerzenia powiadamiajace o aktywnosci streamu Kyca".
Extensie Screenshots
Download het CRX-bestand van de extensie Kycu Live
Download Kycu Live-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ngemhjifnenblemkojiimhhalofgcben |
| Officiële URL | https://chromewebstore.google.com/detail/kycu-live/ngemhjifnenblemkojiimhhalofgcben |
| Beschrijving | Rozszerzenia powiadamiajace o aktywnosci streamu Kyca |
| Bestandsgrootte | 194 KB |
| Aantal Installaties | 14 |
| Huidige Versie | 3.1 |
| Laatst Bijgewerkt | 2017-03-17 |
| Publicatiedatum | 2017-03-17 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Arti2895 |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |