Instant Meme Music

Why Not

Vad är Instant Meme Music?

Instant Meme Music är en Chrome-tillägg utvecklad av monster official products, och dess huvudfunktion är "Why Not".

Tilläggsskärmbilder

screenshot

Ladda ner Instant Meme Music-förlängningens CRX-fil

Ladda ner Instant Meme Music-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Instant Meme Music Instant Meme Music
ID hgecmphiipmkpebibjlkgfmkomddidbf
Officiell webbadress https://chromewebstore.google.com/detail/instant-meme-music/hgecmphiipmkpebibjlkgfmkomddidbf
Beskrivning Why Not
Filstorlek 48.06 MB
Antal Installationer 280
Aktuell Version 1.6
Senast Uppdaterad 2019-11-10
Publiceringsdatum 2019-11-09
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare monster official products
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}