Naho Live

Pour suivre les lives de Naho !

Apa itu Naho Live?

Naho Live adalah ekstensi Chrome yang dikembangkan oleh BentoMatt_dev, dan fitur utamanya adalah "Pour suivre les lives de Naho !".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Naho Live

Unduh file ekstensi Naho Live 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

                        Extension pour suivre les lives de Naho (twitch). 

Permet d'être alerté lorsque le live est en direct. Une notification (cliquable) s'affiche alors, avec le titre du stream, et l'icône de l'extension se colore en orange.
De plus, l'icône de l'extension est elle aussi cliquable, et ouvre un nouvel onglet vers le live.

Développé par BentoMatt_Dev.                    

Informasi Dasar Ekstensi

Nama Naho Live Naho Live
ID hfodnndadmkkfdhlendoladlnlifcllg
URL Resmi https://chromewebstore.google.com/detail/naho-live/hfodnndadmkkfdhlendoladlnlifcllg
Deskripsi Pour suivre les lives de Naho !
Ukuran File 579 KB
Jumlah Instalasi 69
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2017-05-07
Tanggal Publikasi 2017-05-07
Penilaian 4.20/5 Total 5 Penilaian
Pengembang BentoMatt_dev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung fr
manifest.json
{
    "background": {
        "scripts": [
            "onlinetest.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo_main_128on.png"
    },
    "name": "Naho Live",
    "version": "1.0.1",
    "description": "Pour suivre les lives de Naho !",
    "icons": {
        "128": "logo_main_128on.png",
        "48": "logo_main_48on.png",
        "32": "logo_main_32on.png"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/www.twitch.tv\/nahomay",
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}