YouMix

Chrome extension for adding audio effects to YouTube videos

Vad är YouMix?

YouMix är en Chrome-tillägg utvecklad av https://www.chriszieba.com, och dess huvudfunktion är "Chrome extension for adding audio effects to YouTube videos".

Tilläggsskärmbilder

screenshot

Ladda ner YouMix-förlängningens CRX-fil

Ladda ner YouMix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn YouMix YouMix
ID lnhmnokjidjgnnbfcnbhnkgfnfcndfkg
Officiell webbadress https://chromewebstore.google.com/detail/youmix/lnhmnokjidjgnnbfcnbhnkgfnfcndfkg
Beskrivning Chrome extension for adding audio effects to YouTube videos
Filstorlek 274 KB
Antal Installationer 906
Aktuell Version 0.0.2
Senast Uppdaterad 2015-07-30
Publiceringsdatum 2015-07-30
Betyg 3.57/5 Totalt 7 Betyg
Utvecklare https://www.chriszieba.com
Betalningssätt free
Tilläggswebbplats https://github.com/ChrisZieba/youmix
Stödda Språk 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"
    }
}