YouTube video timestamps

Displays YouTube video timecodes from descriptions and comments.

YouTube video timestampsとは何ですか?

YouTube video timestampsはRoman Sadovnikovによって開発されたChromeの拡張機能で、その主な機能は「Displays YouTube video timecodes from descriptions and comments.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        If there are timecodes in the description or comments to a YouTube video, the extension catches them and displays them under the video.

So far, the extension only shows the timecodes that you have opened on your computer.                    

拡張機能の基本情報

名前 YouTube video timestamps YouTube video timestamps
ID fkcajpjelgilnhhadfpchooafgdjacpn
公式URL https://chromewebstore.google.com/detail/youtube-video-timestamps/fkcajpjelgilnhhadfpchooafgdjacpn
説明 Displays YouTube video timecodes from descriptions and comments.
ファイルサイズ 25.97 KB
インストール数 20
現在のバージョン 1.0
最終更新日 2021-04-12
公開日 2021-04-12
開発者 Roman Sadovnikov
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,hu,pl,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,ml,th,am-ET,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "\/icon.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "\/js\/chrome.js"
        ]
    },
    "permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "name": "YouTube video timestamps",
    "default_locale": "en",
    "description": "Displays YouTube video timecodes from descriptions and comments.",
    "browser_action": {
        "default_icon": "\/icon.png",
        "default_popup": "\/options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "\/styles\/page_styles.css"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "styles\/*.css",
        "*.js"
    ],
    "version": "1.0"
}