Delta for YouTube

Show a time difference in the YouTube progress bar.

Delta for YouTubeとは何ですか?

Delta for YouTubeはnickellsによって開発されたChromeの拡張機能で、その主な機能は「Show a time difference in the YouTube progress bar.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Adds a time difference (example: +0:30) for the time under a cursor in YouTube so you can jump around with confidence.                    

拡張機能の基本情報

名前 Delta for YouTube Delta for YouTube
ID ofbfdabicijcdjoeemcgabeeapciibbf
公式URL https://chromewebstore.google.com/detail/delta-for-youtube/ofbfdabicijcdjoeemcgabeeapciibbf
説明 Show a time difference in the YouTube progress bar.
ファイルサイズ 678 KB
インストール数 1,373
現在のバージョン 1.5
最終更新日 2016-11-20
公開日 2016-11-20
評価 4.86/5 合計 7 レビュー
開発者 nickells
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Delta for YouTube",
    "short_name": "Delta",
    "description": "Show a time difference in the YouTube progress bar.",
    "version": "1.5",
    "icons": {
        "16": "icons\/delta-16.png",
        "48": "icons\/delta-48.png",
        "128": "icons\/delta-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "delta.css"
            ],
            "js": [
                "node_modules\/moment\/min\/moment.min.js",
                "delta.js"
            ]
        }
    ]
}