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 |
官方網址 | 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" } } |