Open in Chordify for YouTube Music™
Adds a button to open a song in Chordify for YouTube Music™.
Wat is Open in Chordify for YouTube Music™?
Open in Chordify for YouTube Music™ is een Chrome-extensie ontwikkeld door https://austincoleman.dev, en de belangrijkste functie is "Adds a button to open a song in Chordify for YouTube Music™.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open in Chordify for YouTube Music™
Download Open in Chordify for YouTube Music™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Open in Chordify for YouTube Music™ |
ID | efdbgeighcgfdlbmgnagndlpjccihpdl |
Officiële URL | https://chromewebstore.google.com/detail/open-in-chordify-for-yout/efdbgeighcgfdlbmgnagndlpjccihpdl |
Beschrijving | Adds a button to open a song in Chordify for YouTube Music™. |
Bestandsgrootte | 12.96 KB |
Aantal Installaties | 129 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-05-05 |
Publicatiedatum | 2023-05-05 |
Ontwikkelaar | https://austincoleman.dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/AustinMichaelColeman/open-in-chordify |
Help Pagina-URL | https://github.com/AustinMichaelColeman/open-in-chordify/issues |
Ondersteunde Talen | 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" } } |