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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SoundCloud Artwork Getter
قم بتنزيل ملفات الامتداد SoundCloud Artwork Getter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | 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\/*" ] } |