Open SoundCloud Coverart

Grab raw coverart of songs. 1. Open your favorite song 2. Right click in the tab 3. Coverart image file will be opened in a new tab

什麼是Open SoundCloud Coverart?

Open SoundCloud Coverart是由polamjag開發的Chrome擴展程式,該擴展的主要功能是“Grab raw coverart of songs. 1. Open your favorite song 2. Right click in the tab 3. Coverart image file will be opened in a new tab”。

擴展截圖

screenshot

下載Open SoundCloud Coverart擴展crx文件

下載Open SoundCloud Coverart擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Grab raw coverart of songs.

1. Open your favorite song
2. Right click in the tab
3. Coverart image file will be opened in a new tab                    

擴展基本資訊

名稱 Open SoundCloud Coverart Open SoundCloud Coverart
ID ofiobobdcodlnokoiljcaamamndgelcd
官方網址 https://chromewebstore.google.com/detail/open-soundcloud-coverart/ofiobobdcodlnokoiljcaamamndgelcd
簡介 Grab raw coverart of songs. 1. Open your favorite song 2. Right click in the tab 3. Coverart image file will be opened in a new tab
檔案大小 4.42 KB
安裝次數 997
目前版本 0.2.0
更新時間 2022-11-06
上架時間 2019-02-04
評分 3.46/5 共 13 次評分
開發者 polamjag
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/polamjag/chrome-open-soundcloud-artwork
說明頁面URL https://github.com/polamjag/chrome-open-soundcloud-artwork/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open SoundCloud Coverart",
    "version": "0.2.0",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/soundcloud.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/main.js"
    },
    "icons": {
        "16": "icon-128.png",
        "128": "icon-128.png"
    }
}