Open in Youtube Music

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

Hvad er Open in Youtube Music?

Open in Youtube Music er en Chrome-udvidelse udviklet af zacharysmith, og dens hovedfunktion er "Add a new navigation option to open Youtube videos in Youtube Music.".

Udvidelsesskærmbilleder

screenshot

Download Open in Youtube Music-udvidelses-CRX-fil

Download Open in Youtube Music-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Open in Youtube Music Open in Youtube Music
ID dcoopjjnhnlllfiklggkeafanfnllfnf
Officiel URL https://chromewebstore.google.com/detail/open-in-youtube-music/dcoopjjnhnlllfiklggkeafanfnllfnf
Beskrivelse Add a new navigation option to open Youtube videos in Youtube Music.
Filstørrelse 148 KB
Antal Installationer 21
Nuværende Version 1.0
Senest Opdateret 2022-05-17
Udgivelsesdato 2022-05-17
Udvikler zacharysmith
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://cutwell.github.io/open-youtube-music/
Hjælpeside-URL https://github.com/Cutwell/open-youtube-music
Understøttede Sprog 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
}