Akytio Live Extension

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

Apa itu Akytio Live Extension?

Akytio Live Extension adalah ekstensi Chrome yang dikembangkan oleh Mikael, dan fitur utamanya adalah "Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Akytio Live Extension

Unduh file ekstensi Akytio Live Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 !                    

Informasi Dasar Ekstensi

Nama Akytio Live Extension Akytio Live Extension
ID dpnlamefhphdpnclagpadfiblpbidaop
URL Resmi https://chromewebstore.google.com/detail/akytio-live-extension/dpnlamefhphdpnclagpadfiblpbidaop
Deskripsi Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible
Ukuran File 1.55 MB
Jumlah Instalasi 131
Versi Saat Ini 1.2.5
Terakhir Diperbarui 2020-12-18
Tanggal Publikasi 2020-04-18
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Mikael
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}