Akytio Live Extension
Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible
Was ist Akytio Live Extension?
Akytio Live Extension ist eine Chrome-Erweiterung, die von Mikael entwickelt wurde, und ihr Hauptmerkmal ist "Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible".
Erweiterungsscreenshots
Akytio Live Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Akytio Live Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 ! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dpnlamefhphdpnclagpadfiblpbidaop |
| Offizielle URL | https://chromewebstore.google.com/detail/akytio-live-extension/dpnlamefhphdpnclagpadfiblpbidaop |
| Beschreibung | Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible |
| Dateigröße | 1.55 MB |
| Installationsanzahl | 131 |
| Aktuelle Version | 1.2.5 |
| Letztes Update | 2020-12-18 |
| Veröffentlichungsdatum | 2020-04-18 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Mikael |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |