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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}