Antoine Daniel
Soyez notifié quand Antoine Daniel est en live.
Antoine Daniel क्या है?
Antoine Daniel Akeran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Soyez notifié quand Antoine Daniel est en live."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Antoine Daniel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |