Playcount for YouTube™ Music

Display playcount and release year alongside tracks in YouTube™ Music

Что такое Playcount for YouTube™ Music?

Playcount for YouTube™ Music - это расширение Chrome, разработанное OptiSearch, и его основная функция - "Display playcount and release year alongside tracks in YouTube™ Music".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Playcount for YouTube™ Music

Скачайте файлы расширений Playcount for YouTube™ Music в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
            ]
        }
    ]
}