Instant Meme Music
Why Not
Was ist Instant Meme Music?
Instant Meme Music ist eine Chrome-Erweiterung, die von monster official products entwickelt wurde, und ihr Hauptmerkmal ist "Why Not".
Erweiterungsscreenshots
Instant Meme Music-Erweiterungs-CRX-Datei herunterladen
Laden Sie Instant Meme Music-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Instant Meme Music |
ID | hgecmphiipmkpebibjlkgfmkomddidbf |
Offizielle URL | https://chromewebstore.google.com/detail/instant-meme-music/hgecmphiipmkpebibjlkgfmkomddidbf |
Beschreibung | Why Not |
Dateigröße | 48.06 MB |
Installationsanzahl | 280 |
Aktuelle Version | 1.6 |
Letztes Update | 2019-11-10 |
Veröffentlichungsdatum | 2019-11-09 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | monster official products |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |