Ares Notifier!
Le moyen le plus simple de suivre les lives d'Ares !
Ares Notifier!とは何ですか?
Ares Notifier!はNiko300によって開発されたChromeの拡張機能で、その主な機能は「Le moyen le plus simple de suivre les lives d'Ares !」です。
拡張機能のスクリーンショット
Ares Notifier!拡張機能のCRXファイルをダウンロード
Ares Notifier!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
L'extension prévient lorsqu'un nouveau live d'Ares est lancé.
拡張機能の基本情報
名前 | Ares Notifier! |
ID | gngkajhokdlekeobfmejkdlbkcomekho |
公式URL | https://chromewebstore.google.com/detail/ares-notifier/gngkajhokdlekeobfmejkdlbkcomekho |
説明 | Le moyen le plus simple de suivre les lives d'Ares ! |
ファイルサイズ | 513 KB |
インストール数 | 15 |
現在のバージョン | 1.1.1 |
最終更新日 | 2016-04-20 |
公開日 | 2016-04-20 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Niko300 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ares Notifier!", "description": "Le moyen le plus simple de suivre les lives d'Ares !", "version": "1.1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "notifications" ], "icons": { "48": "icon_48.png" }, "background": { "scripts": [ "app.js" ] } } |