SoundCloud Artwork Getter

Chrome Extention for Getting Artwork from SoundCloud.

SoundCloud Artwork Getterคืออะไร?

SoundCloud Artwork Getter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Haruki และคุณลักษณะหลักของมันคือ "Chrome Extention for Getting Artwork from SoundCloud."

ภาพหน้าจอของส่วนขยาย

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย SoundCloud Artwork Getter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chrome Extention for Getting Artwork from SoundCloud.

1. Go to the SoundCloud track page.
2. Click Extention Icon.
3. The artwork has been copied to the clipboard. Paste it wherever you like.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SoundCloud Artwork Getter SoundCloud Artwork Getter
ID gmmjiolejimemigfopgfcjlfmgifpocf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/soundcloud-artwork-getter/gmmjiolejimemigfopgfcjlfmgifpocf
คำอธิบาย Chrome Extention for Getting Artwork from SoundCloud.
ขนาดไฟล์ 10.99 KB
จำนวนการติดตั้ง 191
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-12-29
วันที่เผยแพร่ 2022-12-29
ผู้พัฒนา Haruki
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Harxxki/soundcloud-artwork-getter
URL หน้าช่วยเหลือ https://twitter.com/MoegiKohsaka
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SoundCloud Artwork Getter",
    "version": "1.0",
    "description": "Chrome Extention for Getting Artwork from SoundCloud.",
    "author": "@Harxxki",
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/soundcloud.com\/*"
    ]
}