Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Transpose \u25b2\u25bc pitch \u25b9 speed \u25b9 loop",
"short_name": "Transpose \u25b2\u25bc",
"version": "6.0.16",
"description": "Pitch shifter, speed changer and looper for online videos like YouTube. Musician's toolbox for practicing and rehearsing.",
"minimum_chrome_version": "123",
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"icons": {
"16": "assets\/icons\/icon-16-32x32.png",
"32": "assets\/icons\/icon-32x32.png",
"48": "assets\/icons\/icon-48x48.png",
"128": "assets\/icons\/icon-128x128.png"
},
"action": {
"default_title": "Transpose",
"default_icon": {
"16": "assets\/icons\/icon-16-32x32.png",
"32": "assets\/icons\/icon-32x32.png",
"48": "assets\/icons\/icon-48x48.png",
"128": "assets\/icons\/icon-128x128.png"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"sidePanel"
],
"optional_permissions": [
"tabCapture"
],
"optional_host_permissions": [
"*:\/\/*\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/transpose.video\/*"
]
},
"host_permissions": [],
"web_accessible_resources": [
{
"resources": [
"rb.wasm",
"aw-tp-processor.js",
"aw-st-processor.js",
"popup\/**",
"sidepanel\/**",
"*.map"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}