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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pitch shift the audio on Youtube, designed for all music lovers, especially for jazz guitarists."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cadenza - Youtube Pitch Shifter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |