Playcount for YouTube™ Music

Display playcount and release year alongside tracks in YouTube™ Music

Playcount for YouTube™ Music क्या है?

Playcount for YouTube™ Music OptiSearch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display playcount and release year alongside tracks in YouTube™ Music"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Playcount for YouTube™ Music एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Display playcount of track, viewcount of videos and release year inside :
 • Album page
 • Playlist page
 • Song list of artist page
 • Search page

Note that in the search page, the release year is displayed at the place of the duration which is moved to the right.                    

एक्सटेंशन की मूल जानकारी

नाम Playcount for YouTube™ Music Playcount for YouTube™ Music
ID hbeelkpmngkdpgbpniejjhdckdlekpin
आधिकारिक URL https://chromewebstore.google.com/detail/playcount-for-youtube-mus/hbeelkpmngkdpgbpniejjhdckdlekpin
विवरण Display playcount and release year alongside tracks in YouTube™ Music
फ़ाइल का आकार 46.54 KB
स्थापना संख्या 163
वर्तमान संस्करण 1.3
अंतिम अपडेट 2023-10-05
प्रकाशन तिथि 2023-01-28
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर OptiSearch
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://dj0ulo.github.io/OptiSearch/privacy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playcount for YouTube\u2122 Music",
    "version": "1.3",
    "manifest_version": 3,
    "description": "Display playcount and release year alongside tracks in YouTube\u2122 Music",
    "host_permissions": [
        "https:\/\/ytmusic-enhancer.000webhostapp.com\/*"
    ],
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "16": "icons\/icon_16.png"
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/music.youtube.com\/*"
            ],
            "js": [
                "src\/utils.js",
                "src\/track_metadata.js"
            ]
        }
    ]
}