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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย polamjag และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open SoundCloud Coverart

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}