Video Resumer
Automatically resumes YouTube videos from where you played them last.
Apa itu Video Resumer?
Video Resumer adalah ekstensi Chrome yang dikembangkan oleh Appteligent LTD., dan fitur utamanya adalah "Automatically resumes YouTube videos from where you played them last.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Video Resumer
Unduh file ekstensi Video Resumer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Video Resumer |
ID | bongjkoajofkfpofginnhecihgaeldpe |
URL Resmi | https://chromewebstore.google.com/detail/video-resumer/bongjkoajofkfpofginnhecihgaeldpe |
Deskripsi | Automatically resumes YouTube videos from where you played them last. |
Ukuran File | 20.69 KB |
Jumlah Instalasi | 44,553 |
Versi Saat Ini | 1.2.2 |
Terakhir Diperbarui | 2014-02-06 |
Tanggal Publikasi | 2014-02-05 |
Penilaian | 4.03/5 Total 343 Penilaian |
Pengembang | Appteligent LTD. |
golova@appteligent.com | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |