Time Saver for YouTube
Display the time saved when the playback speed of a YouTube video is adjusted.
Qu'est-ce que Time Saver for YouTube ?
Time Saver for YouTube est une extension Chrome développée par Julian Acosta, et sa fonction principale est "Display the time saved when the playback speed of a YouTube video is adjusted.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Time Saver for YouTube
Téléchargez les fichiers d'extension Time Saver for YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nkfcgfkioefgclgcilgocbdnlhbfmcaf |
URL Officiel | https://chromewebstore.google.com/detail/time-saver-for-youtube/nkfcgfkioefgclgcilgocbdnlhbfmcaf |
Description | Display the time saved when the playback speed of a YouTube video is adjusted. |
Taille du Fichier | 5.33 KB |
Nombre d'Installations | 38 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2023-03-17 |
Date de Publication | 2020-07-02 |
Développeur | Julian Acosta |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |