Akytio Live Extension

Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible

Vad är Akytio Live Extension?

Akytio Live Extension är en Chrome-tillägg utvecklad av Mikael, och dess huvudfunktion är "Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Akytio Live Extension-förlängningens CRX-fil

Ladda ner Akytio Live Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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 !                    

Grundläggande Information om Tillägg

Namn Akytio Live Extension Akytio Live Extension
ID dpnlamefhphdpnclagpadfiblpbidaop
Officiell webbadress https://chromewebstore.google.com/detail/akytio-live-extension/dpnlamefhphdpnclagpadfiblpbidaop
Beskrivning Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible
Filstorlek 1.55 MB
Antal Installationer 131
Aktuell Version 1.2.5
Senast Uppdaterad 2020-12-18
Publiceringsdatum 2020-04-18
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Mikael
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}