Mino Stream
Vous informe si je suis en live !
Mino Streamとは何ですか?
Mino StreamはMinoによって開発されたChromeの拡張機能で、その主な機能は「Vous informe si je suis en live !」です。
拡張機能のスクリーンショット
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 |
ID | pffijdalbjigmoeepbhkohpgknfgjgej |
公式URL | 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" ] } |