Open in Chordify for YouTube Music™

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

Cos'è Open in Chordify for YouTube Music™?

Open in Chordify for YouTube Music™ è un'estensione di Chrome sviluppata da https://austincoleman.dev, e la sua funzione principale è "Adds a button to open a song in Chordify for YouTube Music™.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Open in Chordify for YouTube Music™

Scarica i file di estensione Open in Chordify for YouTube Music™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Open in Chordify for YouTube Music™ Open in Chordify for YouTube Music™
ID efdbgeighcgfdlbmgnagndlpjccihpdl
URL Ufficiale https://chromewebstore.google.com/detail/open-in-chordify-for-yout/efdbgeighcgfdlbmgnagndlpjccihpdl
Descrizione Adds a button to open a song in Chordify for YouTube Music™.
Dimensione del File 12.96 KB
Conteggio Installazioni 129
Versione Corrente 1.0
Ultimo Aggiornamento 2023-05-05
Data di Pubblicazione 2023-05-05
Sviluppatore https://austincoleman.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/AustinMichaelColeman/open-in-chordify
URL della Pagina di Aiuto https://github.com/AustinMichaelColeman/open-in-chordify/issues
Lingue Supportate 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"
    }
}