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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
URL страницы помощи | 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" } |