Cadenza - Youtube Pitch Shifter
Pitch shift the audio on Youtube, designed for all music lovers, especially for jazz guitarists.
什么是Cadenza - Youtube Pitch Shifter?
Cadenza - Youtube Pitch Shifter是由adrianhsu1995开发的Chrome扩展程序,该扩展的主要功能是“Pitch shift the audio on Youtube, designed for all music lovers, especially for jazz guitarists.”。
扩展截图
下载Cadenza - Youtube Pitch Shifter扩展crx文件
下载Cadenza - Youtube Pitch Shifter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | fcneeeckalcgcklbloocjmhapagkkbfa |
官方URL | https://chrome.google.com/webstore/detail/cadenza-youtube-pitch-shi/fcneeeckalcgcklbloocjmhapagkkbfa |
简介 | Pitch shift the audio on Youtube, designed for all music lovers, especially for jazz guitarists. |
文件大小 | 20.55 KB |
安装次数 | 9,000 |
当前版本 | 1.2 |
更新时间 | 2018-04-10 |
上架时间 | 2018-04-10 |
评分 | 3.31/5 共62次评分 |
开发者 | adrianhsu1995 |
付费类型 | free |
支持的语言 | 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" ] } |