YouTube Advanced Playlist Export
Export detailed information from YouTube playlists in various formats.
YouTube Advanced Playlist Exportとは何ですか?
YouTube Advanced Playlist Exportはpiniek435によって開発されたChromeの拡張機能で、その主な機能は「Export detailed information from YouTube playlists in various formats.」です。
拡張機能のスクリーンショット
YouTube Advanced Playlist Export拡張機能のCRXファイルをダウンロード
YouTube Advanced Playlist Export拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Free and open-source extension for exporting detailed information from YouTube playlists in JSON, CSV or TXT format.
Supported data:
- Title
- View Count
- Published Date
- Author
- Length
- Video ID
- Video URL
- Thumbnail URL
How to use:
1. Open YouTube: Go to www.youtube.com and click on the playlist you want to export.
2. Scroll through the playlist: Scroll through the entire playlist from start to finish. This is important in order to to retrieve all the data from the playlist.
3. Save the data: Now that you’ve scrolled through the entire playlist, you can save the data. You will see three buttons: “Save to JSON”, “Save to TXT”, “Save to CSV”. Each of them allows you to save the data in a different format. Click on the one that suits you best.                     拡張機能の基本情報
| 名前 |   |  
| ID | njipopjohbjffopcfebochjnjbejhfpc | 
| 公式URL | https://chromewebstore.google.com/detail/youtube-advanced-playlist/njipopjohbjffopcfebochjnjbejhfpc | 
| 説明 | Export detailed information from YouTube playlists in various formats. | 
| ファイルサイズ | 9.57 KB | 
| インストール数 | 60 | 
| 現在のバージョン | 1.0.2 | 
| 最終更新日 | 2024-02-28 | 
| 公開日 | 2023-11-29 | 
| 評価 | 3.50/5 合計 2 レビュー | 
| 開発者 | piniek435 | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/piniek435/YouTube-Advanced-Playlist-Export | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Advanced Playlist Export",
    "version": "1.0.2",
    "description": "Export detailed information from YouTube playlists in various formats.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}  |  |