Instant Meme Music

Why Not

ما هو Instant Meme Music؟

Instant Meme Music هو إضافة Chrome تم تطويرها بواسطة monster official products، والميزة الرئيسية لها هي "Why Not".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Instant Meme Music

قم بتنزيل ملفات الامتداد Instant Meme Music بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Instant Meme Music Instant Meme Music
ID hgecmphiipmkpebibjlkgfmkomddidbf
عنوان URL الرسمي https://chromewebstore.google.com/detail/instant-meme-music/hgecmphiipmkpebibjlkgfmkomddidbf
الوصف Why Not
حجم الملف 48.06 MB
عدد التثبيتات 280
النسخة الحالية 1.6
آخر تحديث 2019-11-10
تاريخ النشر 2019-11-09
تقييم 4.00/5 مجموع تقييمات 1
المطور monster official products
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
}