Open in Chordify for YouTube Music™
Adds a button to open a song in Chordify for YouTube Music™.
Open in Chordify for YouTube Music™ क्या है?
Open in Chordify for YouTube Music™ https://austincoleman.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button to open a song in Chordify for YouTube Music™."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open in Chordify for YouTube Music™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Open in Chordify for YouTube Music™ |
ID | efdbgeighcgfdlbmgnagndlpjccihpdl |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-in-chordify-for-yout/efdbgeighcgfdlbmgnagndlpjccihpdl |
विवरण | Adds a button to open a song in Chordify for YouTube Music™. |
फ़ाइल का आकार | 12.96 KB |
स्थापना संख्या | 129 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-05-05 |
प्रकाशन तिथि | 2023-05-05 |
डेवलपर | https://austincoleman.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/AustinMichaelColeman/open-in-chordify |
सहायता पृष्ठ URL | https://github.com/AustinMichaelColeman/open-in-chordify/issues |
समर्थित भाषाएँ | 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" } } |