Mino Stream

Vous informe si je suis en live !

What is Mino Stream?

Mino Stream is a Chrome extension developed by Mino, and its main feature is "Vous informe si je suis en live !".

Extension Screenshots

screenshot

Download Mino Stream Extension CRX File

Download Mino Stream 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

                        *MISE À JOUR* v1.3.1

- Ajout de mon instagram à l'extension.
- Changement du logo

⇝ 
Reste attentif à mon activité en ligne grâce à mon extension !

Cette extension ajoute une icône en haut à droite de ton navigateur qui affiche "On" en vert lorsque je suis en live sur Twitch, et elle t'enverra aussi une notification sonore.

Et bien sûr, l'extension est entièrement paramétrable, tu peux choisir si tu veux recevoir notifications qui t'intéressent et activer ou non le son de celles-ci.                    

Extension Basic Information

Name Mino Stream Mino Stream
ID pffijdalbjigmoeepbhkohpgknfgjgej
Official URL https://chromewebstore.google.com/detail/mino-stream/pffijdalbjigmoeepbhkohpgknfgjgej
Description Vous informe si je suis en live !
File Size 496 KB
Installation Count 28
Current Version 1.3.1
Last Updated 2020-01-06
Publish Date 2020-01-06
Rating 5.00/5 Total 7 Ratings
Developer Mino
Payment Type free
Extension Website https://www.twitch.tv/minostreaming
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mino Stream",
    "description": "Vous informe si je suis en live !",
    "version": "1.3.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon_128.png",
        "64": "img\/icon_64.png",
        "48": "img\/icon_48.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications"
    ]
}