Cadenza - Youtube Pitch Shifter
Pitch shift the audio on Youtube, designed for all music lovers, especially for jazz guitarists.
Cos'è Cadenza - Youtube Pitch Shifter?
Cadenza - Youtube Pitch Shifter è un'estensione di Chrome sviluppata da adrianhsu1995, e la sua funzione principale è "Pitch shift the audio on Youtube, designed for all music lovers, especially for jazz guitarists.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cadenza - Youtube Pitch Shifter
Scarica i file di estensione Cadenza - Youtube Pitch Shifter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | fcneeeckalcgcklbloocjmhapagkkbfa |
URL Ufficiale | https://chrome.google.com/webstore/detail/cadenza-youtube-pitch-shi/fcneeeckalcgcklbloocjmhapagkkbfa |
Descrizione | Pitch shift the audio on Youtube, designed for all music lovers, especially for jazz guitarists. |
Dimensione del File | 20.55 KB |
Conteggio Installazioni | 9,000 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2018-04-10 |
Data di Pubblicazione | 2018-04-10 |
Valutazione | 3.31/5 Totale 62 Valutazioni |
Sviluppatore | adrianhsu1995 |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |