Apple Music Tracklist Helper

Just a few utilities for Apple Music's website.

Apple Music Tracklist Helper क्या है?

Apple Music Tracklist Helper https://rdil.rocks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just a few utilities for Apple Music's website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Apple Music Tracklist Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}