ResumeTube
Keep and Resume YouTube videos with a click.
什麼是ResumeTube?
ResumeTube是由Tiny Web Apps開發的Chrome擴展程式,該擴展的主要功能是“Keep and Resume YouTube videos with a click.”。
擴展截圖
下載ResumeTube擴展crx文件
下載ResumeTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
No login required. Useful for following lectures, presentations, tutorials or any other longer videos on YouTube. Whenever you pause a video, it will be saved at the point you paused. You can go back to it and view all your saved videos by clicking the ResumeTube icon in the toolbar. If you have ResumeTube on other computers and sync Chrome, your videos will be available on all of them, synced to where you left off. Note: - This extension does not download videos, it resumes them on youtube.com. - If you clear the browser's data, your videos will be gone too! ** Version 1.0.7 ** - New design - Video thumbnail - Progress indicator
擴展基本資訊
名稱 | ResumeTube |
ID | hjpjeoggaghioalbepadcjcjpjhofnbb |
官方網址 | https://chromewebstore.google.com/detail/resumetube/hjpjeoggaghioalbepadcjcjpjhofnbb |
簡介 | Keep and Resume YouTube videos with a click. |
檔案大小 | 63.51 KB |
安裝次數 | 1,275 |
目前版本 | 1.0.7 |
更新時間 | 2014-03-03 |
上架時間 | 2014-03-03 |
評分 | 3.36/5 共 11 次評分 |
開發者 | Tiny Web Apps |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ResumeTube", "version": "1.0.7", "description": "Keep and Resume YouTube videos with a click.", "icons": { "128": "img\/icon-x128.png", "64": "img\/icon-x64.png", "48": "img\/icon-x48.png", "19": "img\/icon-x19.png" }, "permissions": [ "storage", "background" ], "background": { "persistent": false, "scripts": [ "js\/background.min.js" ] }, "web_accessible_resources": [ "js\/resume-tube-inject.min.js" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "js\/content.min.js" ] } ], "browser_action": { "default_icon": { "38": "img\/icon-x38.png", "19": "img\/icon-x19.png" }, "default_title": "ResumeTube", "default_popup": "popup.html" } } |