Naho Live

Pour suivre les lives de Naho !

What is Naho Live?

Naho Live is a Chrome extension developed by BentoMatt_dev, and its main feature is "Pour suivre les lives de Naho !".

Extension Screenshots

screenshot
screenshot

Download Naho Live Extension CRX File

Download Naho Live extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Naho Live Naho Live
ID hfodnndadmkkfdhlendoladlnlifcllg
Official URL https://chromewebstore.google.com/detail/naho-live/hfodnndadmkkfdhlendoladlnlifcllg
Description Pour suivre les lives de Naho !
File Size 579 KB
Installation Count 69
Current Version 1.0.1
Last Updated 2017-05-07
Publish Date 2017-05-07
Rating 4.20/5 Total 5 Ratings
Developer BentoMatt_dev
Email [email protected]
Payment Type free
Supported Languages 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"
}