Yt-dl

Download video and audio from youtube

Wat is Yt-dl?

Yt-dl is een Chrome-extensie ontwikkeld door gael, en de belangrijkste functie is "Download video and audio from youtube".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Yt-dl

Download Yt-dl-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Yt-dl Yt-dl
ID gccifhplaedickonplemkdbmnfngpfin
Officiële URL https://chrome.google.com/webstore/detail/yt-dl/gccifhplaedickonplemkdbmnfngpfin
Beschrijving Download video and audio from youtube
Bestandsgrootte 74.27 KB
Aantal Installaties 109
Huidige Versie 0.5
Laatst Bijgewerkt 2014-11-27
Publicatiedatum 2014-11-27
Beoordeling 1.33/5 Totaal 3 Beoordelingen
Ontwikkelaar gael
Betalingswijze free
Ondersteunde Talen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yt-dl",
    "version": "0.5",
    "description": "Download video and audio from youtube",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "ui.js",
                "downloader.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/shinkyo.ovh\/*"
    ],
    "web_accessible_resources": [
        "wait.gif",
        "download-video.png",
        "download-audio.png"
    ],
    "manifest_version": 2
}