Instant Mii Music
Why Not
什么是Instant Mii Music?
Instant Mii Music是由monster official products开发的Chrome扩展程序,该扩展的主要功能是“Why Not”。
扩展截图
下载Instant Mii Music扩展crx文件
下载Instant Mii Music扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is for the memers out there who enjoy the Mii theme. 扩展基本信息
| 名称 | |
| ID | epebmipapbkicjpjkokcmpncdjdpjidi |
| 官方URL | https://chromewebstore.google.com/detail/instant-mii-music/epebmipapbkicjpjkokcmpncdjdpjidi |
| 简介 | Why Not |
| 文件大小 | 2.05 MB |
| 安装次数 | 1,533 |
| 当前版本 | 1.3 |
| 更新时间 | 2019-04-20 |
| 上架时间 | 2019-04-19 |
| 评分 | 4.62/5 共13次评分 |
| 开发者 | monster official products |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Why Not",
"manifest_version": 2,
"name": "Instant Mii Music",
"permissions": [
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"page_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "images\/Wii-Console.png"
},
"version": "1.3"
} | |