Naho Live

Pour suivre les lives de Naho !

Wat is Naho Live?

Naho Live is een Chrome-extensie ontwikkeld door BentoMatt_dev, en de belangrijkste functie is "Pour suivre les lives de Naho !".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Naho Live

Download Naho Live-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

                        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.                    

Basisinformatie over de Extensie

Naam Naho Live Naho Live
ID hfodnndadmkkfdhlendoladlnlifcllg
Officiële URL https://chromewebstore.google.com/detail/naho-live/hfodnndadmkkfdhlendoladlnlifcllg
Beschrijving Pour suivre les lives de Naho !
Bestandsgrootte 579 KB
Aantal Installaties 69
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-05-07
Publicatiedatum 2017-05-07
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar BentoMatt_dev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}