Instant Meme Music
Why Not
什麼是Instant Meme Music?
Instant Meme Music是由monster official products開發的Chrome擴展程式,該擴展的主要功能是“Why Not”。
擴展截圖
下載Instant Meme Music擴展crx文件
下載Instant Meme Music擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | hgecmphiipmkpebibjlkgfmkomddidbf |
官方網址 | 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" } |