MMO Live
Soyez informé, dés qu'un streamer est en live sur notre chaîne !
MMO Liveとは何ですか?
MMO Liveはhttp://www.mmo-live.frによって開発されたChromeの拡張機能で、その主な機能は「Soyez informé, dés qu'un streamer est en live sur notre chaîne !」です。
拡張機能のスクリーンショット
MMO Live拡張機能のCRXファイルをダウンロード
MMO Live拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Restez dans le coin, MMO live ne s'arrête (presque) jamais ! Ne passez pas à côté d'un stream intéressant en téléchargeant cette extension Google Chrome. Vous serez informé à tout instant de ce qui passe sur notre chaîne en temps réel.
拡張機能の基本情報
名前 | |
ID | hmlcdfmooggflaahgmlcnaiibdfolfdh |
公式URL | https://chrome.google.com/webstore/detail/hmlcdfmooggflaahgmlcnaiibdfolfdh |
説明 | Soyez informé, dés qu'un streamer est en live sur notre chaîne ! |
ファイルサイズ | 180 KB |
インストール数 | 46 |
現在のバージョン | 1.4 |
最終更新日 | 2016-06-07 |
公開日 | 2016-06-07 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | http://www.mmo-live.fr |
支払い方法 | free |
拡張機能のウェブサイト | http://www.mmo-live.fr/ |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MMO Live", "description": "Soyez inform\u00e9, d\u00e9s qu'un streamer est en live sur notre cha\u00eene !", "version": "1.4", "permissions": [ "notifications", "tabs", "alarms", "https:\/\/api.twitch.tv\/*" ], "browser_action": { "default_icon": "img\/logo_32.png" }, "icons": { "128": "img\/logo_128.png" }, "background": { "scripts": [ "js\/jquery.js", "js\/mmolive.js" ], "persistent": true } } |