Open in Chordify for YouTube Music™
Adds a button to open a song in Chordify for YouTube Music™.
What is Open in Chordify for YouTube Music™?
Open in Chordify for YouTube Music™ is a Chrome extension developed by https://austincoleman.dev, and its main feature is "Adds a button to open a song in Chordify for YouTube Music™.".
Extension Screenshots
Download Open in Chordify for YouTube Music™ Extension CRX File
Download Open in Chordify for 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
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.
Extension Basic Information
Name | Open in Chordify for YouTube Music™ |
ID | efdbgeighcgfdlbmgnagndlpjccihpdl |
Official URL | https://chromewebstore.google.com/detail/open-in-chordify-for-yout/efdbgeighcgfdlbmgnagndlpjccihpdl |
Description | Adds a button to open a song in Chordify for YouTube Music™. |
File Size | 12.96 KB |
Installation Count | 129 |
Current Version | 1.0 |
Last Updated | 2023-05-05 |
Publish Date | 2023-05-05 |
Developer | https://austincoleman.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/AustinMichaelColeman/open-in-chordify |
Help Page URL | https://github.com/AustinMichaelColeman/open-in-chordify/issues |
Supported Languages | 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" } } |