Time Saver for YouTube

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

Co je Time Saver for YouTube?

Time Saver for YouTube je rozšíření Chrome vyvinuté Julian Acosta, a jeho hlavní funkcí je „Display the time saved when the playback speed of a YouTube video is adjusted.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Time Saver for YouTube

Stáhněte si soubory rozšíření Time Saver for YouTube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Time Saver for YouTube Time Saver for YouTube
ID nkfcgfkioefgclgcilgocbdnlhbfmcaf
Oficiální URL https://chromewebstore.google.com/detail/time-saver-for-youtube/nkfcgfkioefgclgcilgocbdnlhbfmcaf
Popis Display the time saved when the playback speed of a YouTube video is adjusted.
Velikost souboru 5.33 KB
Počet instalací 38
Aktuální Verze 0.0.0.3
Poslední Aktualizace 2023-03-17
Datum Vydání 2020-07-02
Vývojář Julian Acosta
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}