Time Saver for YouTube

Display the time saved when the playback speed of a YouTube video is adjusted.

Apa itu Time Saver for YouTube?

Time Saver for YouTube adalah ekstensi Chrome yang dikembangkan oleh Julian Acosta, dan fitur utamanya adalah "Display the time saved when the playback speed of a YouTube video is adjusted.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Time Saver for YouTube

Unduh file ekstensi Time Saver 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

                        Just change the speed and the amount of time you save will be displayed below the video. It's simple and blends in with YouTube's look and feel.                    

Informasi Dasar Ekstensi

Nama Time Saver for YouTube Time Saver for YouTube
ID nkfcgfkioefgclgcilgocbdnlhbfmcaf
URL Resmi https://chromewebstore.google.com/detail/time-saver-for-youtube/nkfcgfkioefgclgcilgocbdnlhbfmcaf
Deskripsi Display the time saved when the playback speed of a YouTube video is adjusted.
Ukuran File 5.33 KB
Jumlah Instalasi 38
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2023-03-17
Tanggal Publikasi 2020-07-02
Pengembang Julian Acosta
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Saver for YouTube",
    "version": "0.0.0.3",
    "description": "Display the time saved when the playback speed of a YouTube video is adjusted.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "youtube-script.js"
    ],
    "permissions": [
        "*:\/\/www.youtube.com\/*"
    ]
}