Open in Youtube Music

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

What is Open in Youtube Music?

Open in Youtube Music is a Chrome extension developed by zacharysmith, and its main feature is "Add a new navigation option to open Youtube videos in Youtube Music.".

Extension Screenshots

screenshot

Download Open in Youtube Music Extension CRX File

Download Open in Youtube Music extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Open in Youtube Music Open in Youtube Music
ID dcoopjjnhnlllfiklggkeafanfnllfnf
Official URL https://chromewebstore.google.com/detail/open-in-youtube-music/dcoopjjnhnlllfiklggkeafanfnllfnf
Description Add a new navigation option to open Youtube videos in Youtube Music.
File Size 148 KB
Installation Count 21
Current Version 1.0
Last Updated 2022-05-17
Publish Date 2022-05-17
Developer zacharysmith
Email [email protected]
Payment Type free
Extension Website https://cutwell.github.io/open-youtube-music/
Help Page URL https://github.com/Cutwell/open-youtube-music
Supported Languages 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
}