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”。

擴展截圖

screenshot

下載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 SMG music display
ID onebnnoonaadbbdoanmpehnfmhdolmgh
官方網址 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"
    ]
}