Instant Mii Music

Why Not

Wat is Instant Mii Music?

Instant Mii Music is een Chrome-extensie ontwikkeld door monster official products, en de belangrijkste functie is "Why Not".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Instant Mii Music

Download Instant Mii Music-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension is for the memers out there who enjoy the Mii theme.                    

Basisinformatie over de Extensie

Naam Instant Mii Music Instant Mii Music
ID epebmipapbkicjpjkokcmpncdjdpjidi
Officiële URL https://chromewebstore.google.com/detail/instant-mii-music/epebmipapbkicjpjkokcmpncdjdpjidi
Beschrijving Why Not
Bestandsgrootte 2.05 MB
Aantal Installaties 1,533
Huidige Versie 1.3
Laatst Bijgewerkt 2019-04-20
Publicatiedatum 2019-04-19
Beoordeling 4.62/5 Totaal 13 Beoordelingen
Ontwikkelaar monster official products
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}