Time Saver for YouTube

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

Cos'è Time Saver for YouTube?

Time Saver for YouTube è un'estensione di Chrome sviluppata da Julian Acosta, e la sua funzione principale è "Display the time saved when the playback speed of a YouTube video is adjusted.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Time Saver for YouTube

Scarica i file di estensione Time Saver for YouTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Time Saver for YouTube Time Saver for YouTube
ID nkfcgfkioefgclgcilgocbdnlhbfmcaf
URL Ufficiale https://chromewebstore.google.com/detail/time-saver-for-youtube/nkfcgfkioefgclgcilgocbdnlhbfmcaf
Descrizione Display the time saved when the playback speed of a YouTube video is adjusted.
Dimensione del File 5.33 KB
Conteggio Installazioni 38
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2023-03-17
Data di Pubblicazione 2020-07-02
Sviluppatore Julian Acosta
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}