Video Resumer
Automatically resumes YouTube videos from where you played them last.
什麼是Video Resumer?
Video Resumer是由Appteligent LTD.開發的Chrome擴展程式,該擴展的主要功能是“Automatically resumes YouTube videos from where you played them last.”。
擴展截圖
下載Video Resumer擴展crx文件
下載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 |
官方網址 | 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" ] } |