Open in Chordify for YouTube Music™

Adds a button to open a song in Chordify for YouTube Music™.

Co to jest Open in Chordify for YouTube Music™?

Open in Chordify for YouTube Music™ to rozszerzenie Chrome opracowane przez https://austincoleman.dev, a jego główną funkcją jest „Adds a button to open a song in Chordify for YouTube Music™.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Open in Chordify for YouTube Music™

Pobierz pliki rozszerzeń Open in Chordify for YouTube Music™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension makes it easier to open songs in Chordify directly from YouTube Music™, rather than manually copying and pasting the URL.

Chordify.net is a website that turns songs into chords. YouTube Music™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

Podstawowe informacje o rozszerzeniu

Nazwa Open in Chordify for YouTube Music™ Open in Chordify for YouTube Music™
ID efdbgeighcgfdlbmgnagndlpjccihpdl
Oficjalny URL https://chromewebstore.google.com/detail/open-in-chordify-for-yout/efdbgeighcgfdlbmgnagndlpjccihpdl
Opis Adds a button to open a song in Chordify for YouTube Music™.
Rozmiar pliku 12.96 KB
Liczba instalacji 129
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-05-05
Data Publikacji 2023-05-05
Deweloper https://austincoleman.dev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/AustinMichaelColeman/open-in-chordify
Adres URL Strony Pomocy https://github.com/AustinMichaelColeman/open-in-chordify/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in Chordify for YouTube Music\u2122",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Adds a button to open a song in Chordify for YouTube Music\u2122.",
    "host_permissions": [
        "https:\/\/music.youtube.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "open-in-chordify-16.png",
        "48": "open-in-chordify-48.png",
        "128": "open-in-chordify-128.png"
    }
}