Mino Stream

Vous informe si je suis en live !

什麼是Mino Stream?

Mino Stream是由Mino開發的Chrome擴展程式,該擴展的主要功能是“Vous informe si je suis en live !”。

擴展截圖

screenshot

下載Mino Stream擴展crx文件

下載Mino Stream擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        *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.                    

擴展基本資訊

名稱 Mino Stream Mino Stream
ID pffijdalbjigmoeepbhkohpgknfgjgej
官方網址 https://chromewebstore.google.com/detail/mino-stream/pffijdalbjigmoeepbhkohpgknfgjgej
簡介 Vous informe si je suis en live !
檔案大小 496 KB
安裝次數 28
目前版本 1.3.1
更新時間 2020-01-06
上架時間 2020-01-06
評分 5.00/5 共 7 次評分
開發者 Mino
付費類型 free
擴展官網 https://www.twitch.tv/minostreaming
支援的語言 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"
    ]
}