Instant Meme Music

Why Not

What is Instant Meme Music?

Instant Meme Music is a Chrome extension developed by monster official products, and its main feature is "Why Not".

Extension Screenshots

screenshot

Download Instant Meme Music Extension CRX File

Download Instant Meme Music extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Instant Meme Music Instant Meme Music
ID hgecmphiipmkpebibjlkgfmkomddidbf
Official URL https://chromewebstore.google.com/detail/instant-meme-music/hgecmphiipmkpebibjlkgfmkomddidbf
Description Why Not
File Size 48.06 MB
Installation Count 280
Current Version 1.6
Last Updated 2019-11-10
Publish Date 2019-11-09
Rating 4.00/5 Total 1 Ratings
Developer monster official products
Email [email protected]
Payment Type free
Supported Languages 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"
}