ResumeTube

Keep and Resume YouTube videos with a click.

ResumeTube là gì?

ResumeTube là một tiện ích mở rộng Chrome được phát triển bởi Tiny Web Apps, và tính năng chính của nó là "Keep and Resume YouTube videos with a click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ResumeTube

Tải xuống các tệp mở rộng ResumeTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ResumeTube ResumeTube
ID hjpjeoggaghioalbepadcjcjpjhofnbb
URL Chính Thức https://chromewebstore.google.com/detail/resumetube/hjpjeoggaghioalbepadcjcjpjhofnbb
Mô tả Keep and Resume YouTube videos with a click.
Kích Thước Tệp 63.51 KB
Số Lần Cài Đặt 1,275
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2014-03-03
Ngày Phát Hành 2014-03-03
Đánh Giá 3.36/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Tiny Web Apps
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}