Open in Chordify for YouTube Music™
Adds a button to open a song in Chordify for YouTube Music™.
Was ist Open in Chordify for YouTube Music™?
Open in Chordify for YouTube Music™ ist eine Chrome-Erweiterung, die von https://austincoleman.dev entwickelt wurde, und ihr Hauptmerkmal ist "Adds a button to open a song in Chordify for YouTube Music™.".
Erweiterungsscreenshots
Open in Chordify for YouTube Music™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Open in Chordify for YouTube Music™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Open in Chordify for YouTube Music™ |
ID | efdbgeighcgfdlbmgnagndlpjccihpdl |
Offizielle URL | https://chromewebstore.google.com/detail/open-in-chordify-for-yout/efdbgeighcgfdlbmgnagndlpjccihpdl |
Beschreibung | Adds a button to open a song in Chordify for YouTube Music™. |
Dateigröße | 12.96 KB |
Installationsanzahl | 129 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-05-05 |
Veröffentlichungsdatum | 2023-05-05 |
Entwickler | https://austincoleman.dev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/AustinMichaelColeman/open-in-chordify |
Hilfeseite URL | https://github.com/AustinMichaelColeman/open-in-chordify/issues |
Unterstützte Sprachen | 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" } } |