Video Resumer
Automatically resumes YouTube videos from where you played them last.
Qu'est-ce que Video Resumer ?
Video Resumer est une extension Chrome développée par Appteligent LTD., et sa fonction principale est "Automatically resumes YouTube videos from where you played them last.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Video Resumer
Téléchargez les fichiers d'extension Video Resumer 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
Without this extension, for example, when you click through YouTube videos, back and forth, they always start from the beginning, even those, you left watched half way through. No more. With this extension, previously watched videos will resume from where you left them at. Even if you restart your browser. Version 1.2.1, 1.2.2 fix playback issues with updated YouTube interface. Version 1.2.0 brings additional options, such as considering a video finished if only a few seconds remain on it and expiring older videos. Version 1.1 and up now handles YouTube videos, posted on other websites.
Informations de Base sur l'Extension
Nom | Video Resumer |
ID | bongjkoajofkfpofginnhecihgaeldpe |
URL Officiel | https://chromewebstore.google.com/detail/video-resumer/bongjkoajofkfpofginnhecihgaeldpe |
Description | Automatically resumes YouTube videos from where you played them last. |
Taille du Fichier | 20.69 KB |
Nombre d'Installations | 44,553 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2014-02-06 |
Date de Publication | 2014-02-05 |
Évaluation | 4.03/5 Total 343 Évaluations |
Développeur | Appteligent LTD. |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Resumer", "version": "1.2.2", "manifest_version": 2, "default_locale": "en", "description": "__MSG_description__", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "options_page": "content\/options.html", "background": { "scripts": [ "content\/settings.js", "content\/console.js", "content\/chrome-storage.js", "content\/tracker.js", "main.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content\/settings.js", "content\/console.js", "content\/yt.js" ] }, { "matches": [ "*:\/\/*.youtube.com\/embed\/*" ], "js": [ "content\/settings.js", "content\/console.js", "content\/yt.js" ], "all_frames": true } ], "permissions": [ "storage", "unlimitedStorage", "alarms" ] } |