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.
拡張機能の基本情報
名前 | Instant Mii Music |
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 |
Eメール | [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" } |