Akytio Live Extension
Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible
Wat is Akytio Live Extension?
Akytio Live Extension is een Chrome-extensie ontwikkeld door Mikael, en de belangrijkste functie is "Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible".
Extensie Screenshots
Download het CRX-bestand van de extensie Akytio Live Extension
Download Akytio Live Extension-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
Ne ratez plus aucunes vidéos et streams de Akytio grâce à cette extension !
Téléchargez l'extension pour Google Chrome, l'icône changera et vous recevrez une notification dès qu'un live sera lancé ou qu'une nouvelle vidéo est disponible ! Basisinformatie over de Extensie
| Naam | |
| ID | dpnlamefhphdpnclagpadfiblpbidaop |
| Officiële URL | https://chromewebstore.google.com/detail/akytio-live-extension/dpnlamefhphdpnclagpadfiblpbidaop |
| Beschrijving | Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible |
| Bestandsgrootte | 1.55 MB |
| Aantal Installaties | 131 |
| Huidige Versie | 1.2.5 |
| Laatst Bijgewerkt | 2020-12-18 |
| Publicatiedatum | 2020-04-18 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Mikael |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "Morales Mikael",
"name": "Akytio Live Extension",
"description": "Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible",
"version": "1.2.5",
"browser_action": {
"default_popup": "index.html"
},
"icons": {
"128": "img\/icon_128.png"
},
"options_page": "options.html",
"background": {
"scripts": [
"js\/utils\/jquery.js",
"js\/background.js"
],
"persistent": true
},
"web_accessible_resources": [
"config\/config.json"
],
"permissions": [
"notifications",
"storage",
"background",
"https:\/\/api.twitch.tv\/*",
"https:\/\/www.googleapis.com\/youtube\/v3\/*",
"https:\/\/i.ytimg.com\/*"
]
} | |