Yt-dl

Download video and audio from youtube

Yt-dlとは何ですか?

Yt-dlはgaelによって開発されたChromeの拡張機能で、その主な機能は「Download video and audio from youtube」です。

拡張機能のスクリーンショット

screenshot

Yt-dl拡張機能のCRXファイルをダウンロード

Yt-dl拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Yt-dl Yt-dl
ID gccifhplaedickonplemkdbmnfngpfin
公式URL https://chrome.google.com/webstore/detail/yt-dl/gccifhplaedickonplemkdbmnfngpfin
説明 Download video and audio from youtube
ファイルサイズ 74.27 KB
インストール数 109
現在のバージョン 0.5
最終更新日 2014-11-27
公開日 2014-11-27
評価 1.33/5 合計 3 レビュー
開発者 gael
支払い方法 free
対応言語 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
}