Apple Music Tracklist Helper
Just a few utilities for Apple Music's website.
ما هو Apple Music Tracklist Helper؟
Apple Music Tracklist Helper هو إضافة Chrome تم تطويرها بواسطة https://rdil.rocks، والميزة الرئيسية لها هي "Just a few utilities for Apple Music's website.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Apple Music Tracklist Helper
قم بتنزيل ملفات الامتداد Apple Music Tracklist Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds copy buttons to track names and artist names on Apple Music. Copying the information in the correct format has never been easier!
معلومات أساسية عن التمديد
الاسم | Apple Music Tracklist Helper |
ID | jmbgiapcdfplheloldpnjpefkgldobhg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/apple-music-tracklist-hel/jmbgiapcdfplheloldpnjpefkgldobhg |
الوصف | Just a few utilities for Apple Music's website. |
حجم الملف | 24.21 KB |
عدد التثبيتات | 48 |
النسخة الحالية | 0.3.0 |
آخر تحديث | 2023-12-13 |
تاريخ النشر | 2023-05-28 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://rdil.rocks |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/RDIL/am-tracklist-helper |
عنوان صفحة المساعدة | https://github.com/RDIL/am-tracklist-helper/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Apple Music Tracklist Helper", "description": "Just a few utilities for Apple Music's website.", "version": "0.3.0", "manifest_version": 3, "icons": { "16": "\/icons\/16x16.png", "32": "\/icons\/32x32.png", "48": "\/icons\/48x48.png", "128": "\/icons\/128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/music.apple.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "author": "Reece Dunham", "short_name": "AM TL Helper", "homepage_url": "https:\/\/github.com\/RDIL\/am-tracklist-helper" } |