YouMix

Chrome extension for adding audio effects to YouTube videos

Qu'est-ce que YouMix ?

YouMix est une extension Chrome développée par https://www.chriszieba.com, et sa fonction principale est "Chrome extension for adding audio effects to YouTube videos".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouMix

Téléchargez les fichiers d'extension YouMix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YouMix YouMix
ID lnhmnokjidjgnnbfcnbhnkgfnfcndfkg
URL Officiel https://chromewebstore.google.com/detail/youmix/lnhmnokjidjgnnbfcnbhnkgfnfcndfkg
Description Chrome extension for adding audio effects to YouTube videos
Taille du Fichier 274 KB
Nombre d'Installations 906
Version Actuelle 0.0.2
Dernière Mise à Jour 2015-07-30
Date de Publication 2015-07-30
Évaluation 3.57/5 Total 7 Évaluations
Développeur https://www.chriszieba.com
Type de Paiement free
Site Web de l'Extension https://github.com/ChrisZieba/youmix
Langues Prises en Charge 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"
    }
}