Video Resumer
Automatically resumes YouTube videos from where you played them last.
Video Resumerคืออะไร?
Video Resumer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Appteligent LTD. และคุณลักษณะหลักของมันคือ "Automatically resumes YouTube videos from where you played them last."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Resumer
ดาวน์โหลดไฟล์ส่วนขยาย Video Resumer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Resumer |
ID | bongjkoajofkfpofginnhecihgaeldpe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-resumer/bongjkoajofkfpofginnhecihgaeldpe |
คำอธิบาย | Automatically resumes YouTube videos from where you played them last. |
ขนาดไฟล์ | 20.69 KB |
จำนวนการติดตั้ง | 44,553 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2014-02-06 |
วันที่เผยแพร่ | 2014-02-05 |
คะแนน | 4.03/5 รวมทั้งหมด 343 คะแนน |
ผู้พัฒนา | Appteligent LTD. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |