Video Resumer
Automatically resumes YouTube videos from where you played them last.
Co je Video Resumer?
Video Resumer je rozšíření Chrome vyvinuté Appteligent LTD., a jeho hlavní funkcí je „Automatically resumes YouTube videos from where you played them last.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Video Resumer
Stáhněte si soubory rozšíření Video Resumer 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í
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.
Základní Informace o Rozšíření
Název | Video Resumer |
ID | bongjkoajofkfpofginnhecihgaeldpe |
Oficiální URL | https://chromewebstore.google.com/detail/video-resumer/bongjkoajofkfpofginnhecihgaeldpe |
Popis | Automatically resumes YouTube videos from where you played them last. |
Velikost souboru | 20.69 KB |
Počet instalací | 44,553 |
Aktuální Verze | 1.2.2 |
Poslední Aktualizace | 2014-02-06 |
Datum Vydání | 2014-02-05 |
Hodnocení | 4.03/5 Celkem 343 Hodnocení |
Vývojář | Appteligent LTD. |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |