ManuelFerraraTV
Notifications et Annonces de live de ManuelFerraraTV
ManuelFerraraTV क्या है?
ManuelFerraraTV Leenucks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notifications et Annonces de live de ManuelFerraraTV"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ManuelFerraraTV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Vous prévient lorsque le stream de Manu est en live (twitch.tv/manuelferraratv) et donne un accès rapide à son stream ainsi qu'à ses réseaux sociaux (Snapchat/YT/Twitter).
एक्सटेंशन की मूल जानकारी
नाम | ManuelFerraraTV |
ID | bbancfpedjelehjidhbcpbmgaekhaaff |
आधिकारिक URL | https://chromewebstore.google.com/detail/manuelferraratv/bbancfpedjelehjidhbcpbmgaekhaaff |
विवरण | Notifications et Annonces de live de ManuelFerraraTV |
फ़ाइल का आकार | 946 KB |
स्थापना संख्या | 76 |
वर्तमान संस्करण | 2.2.0 |
अंतिम अपडेट | 2016-11-19 |
प्रकाशन तिथि | 2016-11-19 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Leenucks |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ManuelFerraraTV", "version": "2.2.0", "description": "Notifications et Annonces de live de ManuelFerraraTV", "icons": { "128": "icone.png" }, "browser_action": { "default_icon": "off.png", "default_title": "ManuelFerraraTV - Notification", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "permissions": [ "tabs", "https:\/\/api.twitch.tv\/*", "https:\/\/apiv1.manuelferrara.tv\/*", "notifications", "storage" ], "options_ui": { "page": "options\/options.html", "chrome_style": true }, "options_page": "options\/options.html", "author": { "main": "ManuelFerraraTv" } } |