ManuelFerraraTV
Notifications et Annonces de live de ManuelFerraraTV
什么是ManuelFerraraTV?
ManuelFerraraTV是由Leenucks开发的Chrome扩展程序,该扩展的主要功能是“Notifications et Annonces de live de ManuelFerraraTV”。
扩展截图
下载ManuelFerraraTV扩展crx文件
下载ManuelFerraraTV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |