Instant Meme Music

Why Not

Apa itu Instant Meme Music?

Instant Meme Music adalah ekstensi Chrome yang dikembangkan oleh monster official products, dan fitur utamanya adalah "Why Not".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Instant Meme Music

Unduh file ekstensi Instant Meme Music dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Instant Meme Music Instant Meme Music
ID hgecmphiipmkpebibjlkgfmkomddidbf
URL Resmi https://chromewebstore.google.com/detail/instant-meme-music/hgecmphiipmkpebibjlkgfmkomddidbf
Deskripsi Why Not
Ukuran File 48.06 MB
Jumlah Instalasi 280
Versi Saat Ini 1.6
Terakhir Diperbarui 2019-11-10
Tanggal Publikasi 2019-11-09
Penilaian 4.00/5 Total 1 Penilaian
Pengembang monster official products
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}