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 |
公式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 |
Eメール | [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" } |