YT Clipper

This extension will help create YouTube clips by sending clip start, stop, and titles to server.

YT Clipperとは何ですか?

YT Clipperはroblee357によって開発されたChromeの拡張機能で、その主な機能は「This extension will help create YouTube clips by sending clip start, stop, and titles to server.」です。

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

YT Clipper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Can be useful in creating a training dataset.                    

拡張機能の基本情報

名前 YT Clipper YT Clipper
ID dbphcgefoicnofkngjonipaoonggnphj
公式URL https://chromewebstore.google.com/detail/yt-clipper/dbphcgefoicnofkngjonipaoonggnphj
説明 This extension will help create YouTube clips by sending clip start, stop, and titles to server.
ファイルサイズ 773 KB
インストール数 42
現在のバージョン 1.0
最終更新日 2021-06-10
公開日 2021-06-09
開発者 roblee357
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YT Clipper",
    "description": "This extension will help create YouTube clips by sending clip start, stop, and titles to server.",
    "version": "1.0",
    "browser_action": {
        "default_title": "YT Clipper",
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}