Export YouTube Clips

A Chrome extension that allows you to easily extract YouTube clips and grab their urls.

Export YouTube Clipsとは何ですか?

Export YouTube Clipsはkendreadityaによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension that allows you to easily extract YouTube clips and grab their urls.」です。

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

screenshot

Export YouTube Clips拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The YouTube Clips Markdown Generator is a handy browser extension that simplifies the process of creating markdown files from YouTube video clips. With this extension, you can easily extract relevant information from YouTube videos and generate organized markdown files that include video details, clip titles, URLs, and transcripts. It saves you time and effort by automating the tedious process of manually extracting and formatting information. Whether you want to create summaries, highlight key points, or share clips with others, this extension streamlines the task and helps you create professional-looking markdown files with ease.                    

拡張機能の基本情報

名前 Export YouTube Clips Export YouTube Clips
ID bibadblheefeigmlmjiamjkajokjdnka
公式URL https://chromewebstore.google.com/detail/export-youtube-clips/bibadblheefeigmlmjiamjkajokjdnka
説明 A Chrome extension that allows you to easily extract YouTube clips and grab their urls.
ファイルサイズ 25.53 KB
インストール数 30
現在のバージョン 1.0
最終更新日 2023-05-14
公開日 2023-05-14
評価 5.00/5 合計 1 レビュー
開発者 kendreaditya
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/kendreaditya/youtube-clips/tree/main
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Export YouTube Clips",
    "version": "1.0",
    "description": "A Chrome extension that allows you to easily extract YouTube clips and grab their urls.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/clips"
            ],
            "js": [
                "clipCheckboxes.js",
                "export.js"
            ],
            "run_at": "document_end"
        }
    ]
}