Video Resumer
Automatically resumes YouTube videos from where you played them last.
O que é Video Resumer?
Video Resumer é uma extensão do Chrome desenvolvida por Appteligent LTD., e sua principal característica é "Automatically resumes YouTube videos from where you played them last.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Video Resumer
Baixe arquivos de extensão Video Resumer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Video Resumer |
ID | bongjkoajofkfpofginnhecihgaeldpe |
URL Oficial | https://chromewebstore.google.com/detail/video-resumer/bongjkoajofkfpofginnhecihgaeldpe |
Descrição | Automatically resumes YouTube videos from where you played them last. |
Tamanho do Arquivo | 20.69 KB |
Contagem de Instalações | 44,553 |
Versão Atual | 1.2.2 |
Última Atualização | 2014-02-06 |
Data de Publicação | 2014-02-05 |
Classificação | 4.03/5 Total de 343 Avaliações |
Desenvolvedor | Appteligent LTD. |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |