The extension is developed by Chordify B.V., a legitimate company known for music chord analysis services. The extension directly relates to their core business of providing chord charts for songs. However, the relatively small user base of 4,000 users and moderate rating of 3.4 out of 5 stars suggest limited adoption and mixed user satisfaction.
The activeTab permission, while flagged as medium-risk, is actually appropriate for this extension's functionality of transposing chords on music websites. The host permissions are well-scoped to relevant music platforms (Chordify, YouTube variants) where the extension would logically need to operate. The content script injections are targeted to specific URL patterns related to chord charts and video embeds, which aligns with the extension's purpose.
This extension presents minimal security risk given its focused scope and appropriate permissions. The permissions match the expected functionality for a music transposition tool. Users can safely install this extension in their main Chrome profile. However, given the moderate user rating, consider checking recent reviews for any functionality issues before installation. The extension appears to be a legitimate tool for musicians who use Chordify's services and want transposition capabilities on YouTube music videos.
| https://www.npmjs.com/package/signalsmith-stretch | https://clients2.google.com/service/update2/crx | |
| https://chordify.net/ | https://www.youtube.com/ | |
| https://www.youtube-nocookie.com/ | https://music.youtube.com/ | |
| https://chordify.net/chords/ | https://www.youtube-nocookie.com/embed/ | |
| https://www.youtube.com/embed/ | https://www.youtube.com/watch | |
| https://chordify.net/premium | https://chordify.net/setlists/premium | |
| https://chordify.net | https://support.chordify.net/hc/en-us | |
| https://chromewebstore.google.com/detail/chordify-transpose-audio/mckabjbenkkimhkplcapjjhhpbkcfaha | https://chordify.net/chords/youtube: | |
| https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkletNode/AudioWorkletNode#options |
{ "name": "Transpose by Chordify", "icons": { "32": "icon-32x32.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "action": { "default_icon": "icon-32x32.png", "default_popup": "popup.html" }, "version": "0.5", "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Transposes the audio when using the transpose feature on Chordify. Also works on YouTube.", "permissions": [ "activeTab" ], "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_idle", "matches": [ "https://chordify.net/chords/*" ] }, { "js": [ "SignalsmithStretch.js", "chordify-embed.js" ], "run_at": "document_end", "matches": [ "https://www.youtube-nocookie.com/embed/*", "https://www.youtube.com/embed/*" ], "all_frames": true }, { "js": [ "SignalsmithStretch.js", "chordify-embed.js" ], "run_at": "document_end", "matches": [ "https://www.youtube.com/watch*" ] } ], "host_permissions": [ "https://chordify.net/", "https://www.youtube.com/", "https://www.youtube-nocookie.com/", "https://music.youtube.com/" ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "https://chordify.net/*" ], "resources": [ "inject-songpage.js" ] }, { "matches": [ "https://www.youtube-nocookie.com/*", "https://www.youtube.com/*" ], "resources": [ "SignalsmithStretch.js", "inject.js" ] } ] }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.