YouMix
Chrome extension for adding audio effects to YouTube videos
Cos'è YouMix?
YouMix è un'estensione di Chrome sviluppata da https://www.chriszieba.com, e la sua funzione principale è "Chrome extension for adding audio effects to YouTube videos".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouMix
Scarica i file di estensione YouMix 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
YouMix is a Google Chrome extension to add audio filters to YouTube videos. Why? If you listen to a lot of music through YouTube, every now and then you may wonder what certain songs sound like with filters applied. It's a fun extension if you're interested in getting a different perspective from a song. The extension loads in any YouTube page with an HTML5 video player in the DOM.
Informazioni di Base sull'Estensione
Nome | YouMix |
ID | lnhmnokjidjgnnbfcnbhnkgfnfcndfkg |
URL Ufficiale | https://chromewebstore.google.com/detail/youmix/lnhmnokjidjgnnbfcnbhnkgfnfcndfkg |
Descrizione | Chrome extension for adding audio effects to YouTube videos |
Dimensione del File | 274 KB |
Conteggio Installazioni | 906 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2015-07-30 |
Data di Pubblicazione | 2015-07-30 |
Valutazione | 3.57/5 Totale 7 Valutazioni |
Sviluppatore | https://www.chriszieba.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ChrisZieba/youmix |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouMix", "short_name": "youmix", "description": "Chrome extension for adding audio effects to YouTube videos", "homepage_url": "https:\/\/github.com\/ChrisZieba\/youmix", "content_scripts": [ { "js": [ "lib\/jquery.min.js", "lib\/rangeslider.min.js", "src\/youmix.js" ], "css": [ "lib\/rangeslider.css", "src\/youmix.css" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ], "version": "0.0.2", "web_accessible_resources": [ "src\/youmix.html" ], "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |