Any Video Resume

Return to last time you stopped any video.

Any Video Resume là gì?

Any Video Resume là một tiện ích mở rộng Chrome được phát triển bởi https://www.bit01.de, và tính năng chính của nó là "Return to last time you stopped any video.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Any Video Resume 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

                        The extension remembers where you last left a video and *resumes* it there. This works for ANY HTML5 video on all common platforms (YouTube, Vimeo, ...). This works even without a logged in user. for each It remembers the last places of videos for a year.

It considers only videos that go at least 60 seconds. It will ignore short videos (intros, promotional videos...). As soon as the last 30 seconds are reached, the video starts from the beginning.                    

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

Tên Any Video Resume Any Video Resume
ID nlbiijlalckdjibflknamcbhonniglkl
URL Chính Thức https://chrome.google.com/webstore/detail/any-video-resume/nlbiijlalckdjibflknamcbhonniglkl
Mô tả Return to last time you stopped any video.
Kích Thước Tệp 20.34 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2021-11-26
Ngày Phát Hành 2021-11-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.bit01.de
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bitnulleins/any-video-resume
URL Trang Trợ Giúp https://www.bit01.de/kontakt/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Any Video Resume",
    "version": "1.2.0",
    "description": "Return to last time you stopped any video.",
    "icons": {
        "48": "icons\/logo-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/js\/storage.js",
                ".\/js\/video.js",
                ".\/js\/content.js",
                ".\/js\/popup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/logo-48.png",
        "default_popup": ".\/html\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}