Instant Meme Music

Why Not

Wat is Instant Meme Music?

Instant Meme 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 Meme Music

Download Instant Meme 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 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.                    

Basisinformatie over de Extensie

Naam Instant Meme Music Instant Meme Music
ID hgecmphiipmkpebibjlkgfmkomddidbf
Officiële URL https://chromewebstore.google.com/detail/instant-meme-music/hgecmphiipmkpebibjlkgfmkomddidbf
Beschrijving Why Not
Bestandsgrootte 48.06 MB
Aantal Installaties 280
Huidige Versie 1.6
Laatst Bijgewerkt 2019-11-10
Publicatiedatum 2019-11-09
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar monster official products
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}