Mister MV
Soyez au courant quand Mister MV commence à streamer!
什么是Mister MV?
Mister MV是由Ulas ATILA开发的Chrome扩展程序,该扩展的主要功能是“Soyez au courant quand Mister MV commence à streamer!”。
扩展截图
下载Mister MV扩展crx文件
下载Mister MV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Soyez au courant quand Mister MV commence à streamer! L'icone de l'extension passe au vert quand Mister MV est en live sur gaming live ou sur twitch. Cliquer sur le bouton quand mistermv stream ouvre un onglet vers le live. Développée par Ulas Atila - Pour toute réclamation de fonctionnalité, vous pouvez me contacter sur mon twitter @ulas_atila.
扩展基本信息
名称 | |
ID | bkgpjoaifagkldleadadhhhepnajbjlf |
官方URL | https://chrome.google.com/webstore/detail/mister-mv/bkgpjoaifagkldleadadhhhepnajbjlf |
简介 | Soyez au courant quand Mister MV commence à streamer! |
文件大小 | 106 KB |
安装次数 | 134 |
当前版本 | 2.3.0 |
更新时间 | 2015-04-03 |
上架时间 | 2015-04-03 |
评分 | 4.15/5 共13次评分 |
开发者 | Ulas ATILA |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mister MV", "description": "Soyez au courant quand Mister MV commence \u00e0 streamer!", "version": "2.3.0", "background": { "scripts": [ "jquery.min.js", "parameters.js", "background.js", "chrome.js" ] }, "permissions": [ "https:\/\/api.twitch.tv\/", "https:\/\/api.dailymotion.com\/", "http:\/\/ulas-atila.com\/", "notifications" ], "browser_action": { "default_icon": "iconoff48.png" }, "icons": { "16": "iconoff16.png", "48": "iconoff48.png", "128": "iconoff128.png" } } |