MZ Extension (powered by Luminus)
Analyze, clone Tactics and more...
什么是MZ Extension (powered by Luminus)?
MZ Extension (powered by Luminus)是由https://memojis.net开发的Chrome扩展程序,该扩展的主要功能是“Analyze, clone Tactics and more...”。
扩展截图
下载MZ Extension (powered by Luminus)扩展crx文件
下载MZ Extension (powered by Luminus)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Español: Visor de partidos de ManagerZone con muchas funcionalidades extras disponibles. English: Viewer of matches played at Managerzone with a lot of extra functionalities available. Türkçe: Managerzone'da oynanan maçların izleyicileri için bir çok extra işlevsellik mevcuttur.
扩展基本信息
名称 | MZ Extension (powered by Luminus) |
ID | dkmhhddfoojmodcjegnnnjamdbmpcnmb |
官方URL | https://chromewebstore.google.com/detail/mz-extension-powered-by-l/dkmhhddfoojmodcjegnnnjamdbmpcnmb |
简介 | Analyze, clone Tactics and more... |
文件大小 | 3.07 MB |
安装次数 | 1,561 |
当前版本 | 1.3.4 |
更新时间 | 2019-11-29 |
上架时间 | 2019-11-29 |
评分 | 4.78/5 共18次评分 |
开发者 | https://memojis.net |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MZ Extension (powered by Luminus)", "short_name": "MZ Analyzer Plus", "description": "Analyze, clone Tactics and more...", "version": "1.3.4", "browser_action": { "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "32": "images\/icon32.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" }, "permissions": [ "tabs", "https:\/\/*.managerzone.com\/*", "http:\/\/*.managerzone.com\/*" ], "web_accessible_resources": [ "*.js", "sounds\/*.mp3", "images\/*.png", "images\/*.gif", "images\/*.jpg", "*.php" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |