YouMix
Chrome extension for adding audio effects to YouTube videos
Co to jest YouMix?
YouMix to rozszerzenie Chrome opracowane przez https://www.chriszieba.com, a jego główną funkcją jest „Chrome extension for adding audio effects to YouTube videos”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouMix
Pobierz pliki rozszerzeń YouMix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | YouMix |
ID | lnhmnokjidjgnnbfcnbhnkgfnfcndfkg |
Oficjalny URL | https://chromewebstore.google.com/detail/youmix/lnhmnokjidjgnnbfcnbhnkgfnfcndfkg |
Opis | Chrome extension for adding audio effects to YouTube videos |
Rozmiar pliku | 274 KB |
Liczba instalacji | 906 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2015-07-30 |
Data Publikacji | 2015-07-30 |
Ocena | 3.57/5 Łącznie 7 Oceny |
Deweloper | https://www.chriszieba.com |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ChrisZieba/youmix |
Obsługiwane Języki | 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" } } |