SMG music display
An extension for SMG to show music of browser music players
什么是SMG music display?
SMG music display是由smgmusicdisplay开发的Chrome扩展程序,该扩展的主要功能是“An extension for SMG to show music of browser music players”。
扩展截图
下载SMG music display扩展crx文件
下载SMG music display扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click the icon to see what music is playing in your tabs, supports a multitude of music players, among others, YouTube, SoundCloud and Last.fm. For more information, visit the site https://smgmusicdisplay.com
扩展基本信息
名称 | SMG music display |
ID | onebnnoonaadbbdoanmpehnfmhdolmgh |
官方URL | https://chromewebstore.google.com/detail/smg-music-display/onebnnoonaadbbdoanmpehnfmhdolmgh |
简介 | An extension for SMG to show music of browser music players |
文件大小 | 311 KB |
安装次数 | 2,752 |
当前版本 | 1.60 |
更新时间 | 2023-02-05 |
上架时间 | 2020-06-24 |
评分 | 3.50/5 共10次评分 |
开发者 | smgmusicdisplay |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://smgmusicdisplay.com/ |
帮助页面URL | https://twitter.com/@smgmusicdisplay |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SMG music display", "description": "An extension for SMG to show music of browser music players", "version": "1.60", "browser_action": { "default_icon": "resources\/icon-60.png", "default_popup": "src\/groovemarklet.html" }, "background": { "scripts": [ "dist\/main.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib\/jquery.min.js", "lib\/smg-plugin-common\/dist\/smg_web.js", "src\/foreground.js" ], "run_at": "document_idle" } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ] } |