Antoine Daniel
Soyez notifié quand Antoine Daniel est en live.
Antoine Danielとは何ですか?
Antoine DanielはAkeranによって開発されたChromeの拡張機能で、その主な機能は「Soyez notifié quand Antoine Daniel est en live.」です。
拡張機能のスクリーンショット
Antoine Daniel拡張機能のCRXファイルをダウンロード
Antoine Daniel拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Une notification s'affiche quand Antoine Daniel est en live. Lorsque l'icône est colorée, Antoine Daniel est en ligne. Sinon, l'icône est grisée. Vous pouvez également accéder au live ou aux réseaux sociaux en cliquant sur l'icône.
拡張機能の基本情報
名前 | Antoine Daniel |
ID | ejffliffnaidjnefhcojcnglmllibnbo |
公式URL | https://chromewebstore.google.com/detail/antoine-daniel/ejffliffnaidjnefhcojcnglmllibnbo |
説明 | Soyez notifié quand Antoine Daniel est en live. |
ファイルサイズ | 162 KB |
インストール数 | 26 |
現在のバージョン | 1.0 |
最終更新日 | 2018-09-25 |
公開日 | 2018-09-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Akeran |
支払い方法 | free |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Antoine Daniel", "description": "Soyez notifi\u00e9 quand Antoine Daniel est en live.", "version": "1.0", "background": { "scripts": [ "parameters.js", "btnlive.js", "chrome.js" ] }, "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "browser_action": { "default_icon": "data\/iconon48.png", "default_popup": "popup.html" }, "icons": { "16": "data\/iconoff16.png", "48": "data\/iconoff48.png", "128": "data\/iconoff128.png" } } |