Open in Youtube Music

Add a new navigation option to open Youtube videos in Youtube Music.

Wat is Open in Youtube Music?

Open in Youtube Music is een Chrome-extensie ontwikkeld door zacharysmith, en de belangrijkste functie is "Add a new navigation option to open Youtube videos in Youtube Music.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Open in Youtube Music

Download Open in Youtube Music-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

                        Adds GUI functionality to open the current youtube video in YouTube Music                    

Basisinformatie over de Extensie

Naam Open in Youtube Music Open in Youtube Music
ID dcoopjjnhnlllfiklggkeafanfnllfnf
Officiële URL https://chromewebstore.google.com/detail/open-in-youtube-music/dcoopjjnhnlllfiklggkeafanfnllfnf
Beschrijving Add a new navigation option to open Youtube videos in Youtube Music.
Bestandsgrootte 148 KB
Aantal Installaties 21
Huidige Versie 1.0
Laatst Bijgewerkt 2022-05-17
Publicatiedatum 2022-05-17
Ontwikkelaar zacharysmith
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://cutwell.github.io/open-youtube-music/
Help Pagina-URL https://github.com/Cutwell/open-youtube-music
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in Youtube Music",
    "version": "1.0",
    "description": "Add a new navigation option to open Youtube videos in Youtube Music.",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "48": "data\/img\/icon48.png",
            "128": "data\/img\/icon128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "48": "data\/img\/icon48.png",
        "128": "data\/img\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "data\/js\/content.js"
            ],
            "css": [
                "data\/css\/extension.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}