Delta for YouTube

Show a time difference in the YouTube progress bar.

Apa itu Delta for YouTube?

Delta for YouTube adalah ekstensi Chrome yang dikembangkan oleh nickells, dan fitur utamanya adalah "Show a time difference in the YouTube progress bar.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Delta for YouTube

Unduh file ekstensi Delta for YouTube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Delta for YouTube Delta for YouTube
ID ofbfdabicijcdjoeemcgabeeapciibbf
URL Resmi https://chromewebstore.google.com/detail/delta-for-youtube/ofbfdabicijcdjoeemcgabeeapciibbf
Deskripsi Show a time difference in the YouTube progress bar.
Ukuran File 678 KB
Jumlah Instalasi 1,373
Versi Saat Ini 1.5
Terakhir Diperbarui 2016-11-20
Tanggal Publikasi 2016-11-20
Penilaian 4.86/5 Total 7 Penilaian
Pengembang nickells
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}