MxWayGamer Extension
Recevez une notification à chaque nouvelle vidéo ou live de MxWayGamer.
MxWayGamer Extensionとは何ですか?
MxWayGamer Extensionはhttps://mxwaytv.frによって開発されたChromeの拡張機能で、その主な機能は「Recevez une notification à chaque nouvelle vidéo ou live de MxWayGamer.」です。
拡張機能のスクリーンショット
MxWayGamer Extension拡張機能のCRXファイルをダウンロード
MxWayGamer Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
*Ne ratez plus un seul live de MxWay, cette extension vous notifiera à chaque début de stream !* L’extension MxWay permet de ne plus louper aucun de mes lives et ceux, même si Twitch ne vous envoi pas de notification : en l’installant, vous serez notifiés dès que je démarre un stream ! 😍 Si je ne suis pas en live l'extension vous permettra d'accéder rapidement à ma dernière vidéo !
拡張機能の基本情報
名前 | MxWayGamer Extension |
ID | mhjgbihnhcfhklflfbdhbmbcanmeeejh |
公式URL | https://chromewebstore.google.com/detail/mxwaygamer-extension/mhjgbihnhcfhklflfbdhbmbcanmeeejh |
説明 | Recevez une notification à chaque nouvelle vidéo ou live de MxWayGamer. |
ファイルサイズ | 82.73 KB |
インストール数 | 43 |
現在のバージョン | 0.4 |
最終更新日 | 2021-03-30 |
公開日 | 2020-10-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://mxwaytv.fr |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://mxwaytv.fr |
ヘルプページのURL | https://mxwaytv.fr/contact.php |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MxWayGamer Extension", "version": "0.4", "description": "Recevez une notification \u00e0 chaque nouvelle vid\u00e9o ou live de MxWayGamer.", "manifest_version": 2, "browser_action": { "default_popup": "index.html" }, "icons": { "64": "img\/icon_64.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications" ] } |