YouMix
Chrome extension for adding audio effects to YouTube videos
Was ist YouMix?
YouMix ist eine Chrome-Erweiterung, die von https://www.chriszieba.com entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension for adding audio effects to YouTube videos".
Erweiterungsscreenshots
YouMix-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouMix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lnhmnokjidjgnnbfcnbhnkgfnfcndfkg |
| Offizielle URL | https://chromewebstore.google.com/detail/youmix/lnhmnokjidjgnnbfcnbhnkgfnfcndfkg |
| Beschreibung | Chrome extension for adding audio effects to YouTube videos |
| Dateigröße | 274 KB |
| Installationsanzahl | 906 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2015-07-30 |
| Veröffentlichungsdatum | 2015-07-30 |
| Bewertung | 3.57/5 Insgesamt 7 Bewertungen |
| Entwickler | https://www.chriszieba.com |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/ChrisZieba/youmix |
| Unterstützte Sprachen | 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"
}
} | |