Naho Live

Pour suivre les lives de Naho !

Vad är Naho Live?

Naho Live är en Chrome-tillägg utvecklad av BentoMatt_dev, och dess huvudfunktion är "Pour suivre les lives de Naho !".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Naho Live-förlängningens CRX-fil

Ladda ner Naho Live-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

                        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.                    

Grundläggande Information om Tillägg

Namn Naho Live Naho Live
ID hfodnndadmkkfdhlendoladlnlifcllg
Officiell webbadress https://chromewebstore.google.com/detail/naho-live/hfodnndadmkkfdhlendoladlnlifcllg
Beskrivning Pour suivre les lives de Naho !
Filstorlek 579 KB
Antal Installationer 69
Aktuell Version 1.0.1
Senast Uppdaterad 2017-05-07
Publiceringsdatum 2017-05-07
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare BentoMatt_dev
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}