YouTube Music DJ

This extension automates YouTube Music experience

Cos'è YouTube Music DJ?

YouTube Music DJ è un'estensione di Chrome sviluppata da he-dev, e la sua funzione principale è "This extension automates YouTube Music experience".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione YouTube Music DJ

Scarica i file di estensione YouTube Music DJ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouTube Music DJ YouTube Music DJ
ID mlbiogjadncdfjodlmefadkgdolccbip
URL Ufficiale https://chromewebstore.google.com/detail/youtube-music-dj/mlbiogjadncdfjodlmefadkgdolccbip
Descrizione This extension automates YouTube Music experience
Dimensione del File 30.11 KB
Conteggio Installazioni 117
Versione Corrente 1.2.0
Ultimo Aggiornamento 2022-01-06
Data di Pubblicazione 2021-05-02
Sviluppatore he-dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/he-dev/youtube-music-dj
Lingue Supportate 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"
}