ManuelFerraraTV
Notifications et Annonces de live de ManuelFerraraTV
What is ManuelFerraraTV?
ManuelFerraraTV is a Chrome extension developed by Leenucks, and its main feature is "Notifications et Annonces de live de ManuelFerraraTV".
Extension Screenshots
Download ManuelFerraraTV Extension CRX File
Download ManuelFerraraTV extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | ManuelFerraraTV |
ID | bbancfpedjelehjidhbcpbmgaekhaaff |
Official URL | https://chromewebstore.google.com/detail/manuelferraratv/bbancfpedjelehjidhbcpbmgaekhaaff |
Description | Notifications et Annonces de live de ManuelFerraraTV |
File Size | 946 KB |
Installation Count | 76 |
Current Version | 2.2.0 |
Last Updated | 2016-11-19 |
Publish Date | 2016-11-19 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Leenucks |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |