YouMix
Chrome extension for adding audio effects to YouTube videos
O que é YouMix?
YouMix é uma extensão do Chrome desenvolvida por https://www.chriszieba.com, e sua principal característica é "Chrome extension for adding audio effects to YouTube videos".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouMix
Baixe arquivos de extensão YouMix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | YouMix |
ID | lnhmnokjidjgnnbfcnbhnkgfnfcndfkg |
URL Oficial | https://chromewebstore.google.com/detail/youmix/lnhmnokjidjgnnbfcnbhnkgfnfcndfkg |
Descrição | Chrome extension for adding audio effects to YouTube videos |
Tamanho do Arquivo | 274 KB |
Contagem de Instalações | 906 |
Versão Atual | 0.0.2 |
Última Atualização | 2015-07-30 |
Data de Publicação | 2015-07-30 |
Classificação | 3.57/5 Total de 7 Avaliações |
Desenvolvedor | https://www.chriszieba.com |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ChrisZieba/youmix |
Idiomas Suportados | 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" } } |