YouTube Music DJ

This extension automates YouTube Music experience

Что такое YouTube Music DJ?

YouTube Music DJ - это расширение Chrome, разработанное he-dev, и его основная функция - "This extension automates YouTube Music experience".

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

screenshot
screenshot

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

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

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

                        This simple extension when enabled will automatically skip and count songs that you have marked as (dis)liked.

With this extension it's easier to discover new songs because there is currently no other way to listen only to completely new ones.                    

Основная информация о расширении

Название YouTube Music DJ YouTube Music DJ
ID mlbiogjadncdfjodlmefadkgdolccbip
Официальный URL https://chromewebstore.google.com/detail/youtube-music-dj/mlbiogjadncdfjodlmefadkgdolccbip
Описание This extension automates YouTube Music experience
Размер файла 30.11 KB
Количество установок 117
Текущая Версия 1.2.0
Последнее Обновление 2022-01-06
Дата публикации 2021-05-02
Разработчик he-dev
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/he-dev/youtube-music-dj
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/music.youtube.com\/*"
    ],
    "default_locale": "en",
    "version": "1.2.0",
    "icons": {
        "256": "dj-256.png"
    },
    "action": {
        "default_icon": {
            "24": "dj-256.png"
        },
        "default_title": "go",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "scripting",
        "webNavigation"
    ],
    "author": "he-dev"
}