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 |
公式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. |
Eメール | [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" ] } |