Instant Meme Music

Why Not

Cos'è Instant Meme Music?

Instant Meme Music è un'estensione di Chrome sviluppata da monster official products, e la sua funzione principale è "Why Not".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Instant Meme Music

Scarica i file di estensione Instant Meme Music in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension is for the memifacators out there. You can play popular meme songs like Thanos Theme, Mii Store Theme, Discord, Motivational Lizard, and last but not least The lion king on the click of a button. This extension is to add some fun and memes to the day. You should install it because it will help a boring day become more fun and exciting. Open extension, choose song (click the text), and enjoy.                    

Informazioni di Base sull'Estensione

Nome Instant Meme Music Instant Meme Music
ID hgecmphiipmkpebibjlkgfmkomddidbf
URL Ufficiale https://chromewebstore.google.com/detail/instant-meme-music/hgecmphiipmkpebibjlkgfmkomddidbf
Descrizione Why Not
Dimensione del File 48.06 MB
Conteggio Installazioni 280
Versione Corrente 1.6
Ultimo Aggiornamento 2019-11-10
Data di Pubblicazione 2019-11-09
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore monster official products
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Why Not",
    "manifest_version": 2,
    "name": "Instant Meme Music",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/meme-kid.png"
    },
    "version": "1.6"
}