YouTube Music DJ
This extension automates YouTube Music experience
Wat is YouTube Music DJ?
YouTube Music DJ is een Chrome-extensie ontwikkeld door he-dev, en de belangrijkste functie is "This extension automates YouTube Music experience".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Music DJ
Download YouTube Music DJ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | YouTube Music DJ |
ID | mlbiogjadncdfjodlmefadkgdolccbip |
Officiële URL | https://chromewebstore.google.com/detail/youtube-music-dj/mlbiogjadncdfjodlmefadkgdolccbip |
Beschrijving | This extension automates YouTube Music experience |
Bestandsgrootte | 30.11 KB |
Aantal Installaties | 117 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2022-01-06 |
Publicatiedatum | 2021-05-02 |
Ontwikkelaar | he-dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/he-dev/youtube-music-dj |
Ondersteunde Talen | 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" } |