Cadenza - Youtube Pitch Shifter
Pitch shift the audio on Youtube, designed for all music lovers, especially for jazz guitarists.
What is Cadenza - Youtube Pitch Shifter?
Cadenza - Youtube Pitch Shifter is a Chrome extension developed by adrianhsu1995, and its main feature is "Pitch shift the audio on Youtube, designed for all music lovers, especially for jazz guitarists.".
Extension Screenshots
Download Cadenza - Youtube Pitch Shifter Extension CRX File
Download Cadenza - Youtube Pitch Shifter 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
A chrome extension that shifts the pitch of HTML5 videos. Cadenza is just an embedded version of pitch shifter on youtube, based on "Pitch Shifter" by Foxdog Studios. You can download the original "Pitch Shifter" here: https://chrome.google.com/webstore/detail/pitch-shifter-html5-video/mpmkclglcbkjchakihfpblainfncennj
Extension Basic Information
Name | |
ID | fcneeeckalcgcklbloocjmhapagkkbfa |
Official URL | https://chrome.google.com/webstore/detail/cadenza-youtube-pitch-shi/fcneeeckalcgcklbloocjmhapagkkbfa |
Description | Pitch shift the audio on Youtube, designed for all music lovers, especially for jazz guitarists. |
File Size | 20.55 KB |
Installation Count | 9,000 |
Current Version | 1.2 |
Last Updated | 2018-04-10 |
Publish Date | 2018-04-10 |
Rating | 3.31/5 Total 62 Ratings |
Developer | adrianhsu1995 |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cadenza - Youtube Pitch Shifter", "short_name": "Cadenza", "version": "1.2", "description": "Pitch shift the audio on Youtube, designed for all music lovers, especially for jazz guitarists.", "author": "Adrian Hsu, Foxdog Studios", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "controls.html" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jungle.js", "content_script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "controls.js", "controls.html" ] } |