Watch That Later

Increases your youtube watching experience with this add on.

Watch That Later là gì?

Watch That Later là một tiện ích mở rộng Chrome được phát triển bởi ImTheTom, và tính năng chính của nó là "Increases your youtube watching experience with this add on.".

Ả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 Watch That Later

Tải xuống các tệp mở rộng Watch That Later 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

                        Increase your Youtube watch later experience using this google chrome extension. Simply add Youtube videos to your watch later list by clicking the watch later icon in the top right of thumbnails and this app keeps details on the video. To watch videos you have marked simply click on the icon in the top right and click on the video. If it isn't on the current page click the right or left buttons to scroll through the videos you have saved. Once you have watched the video for at least 5 seconds or clicked on it through the app then it will be deleted from your list. If you click the reset button in the bottom left it will delete all the videos from the list or click on the X button in the right of the thumbnails. You can also remove videos by re clicking the add to watch list on the thumbnail in youtube.                    

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

Tên Watch That Later Watch That Later
ID eigijjbbpabkpppnmidmjnhmbkclefnj
URL Chính Thức https://chrome.google.com/webstore/detail/watch-that-later/eigijjbbpabkpppnmidmjnhmbkclefnj
Mô tả Increases your youtube watching experience with this add on.
Kích Thước Tệp 264 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-12-07
Ngày Phát Hành 2018-12-07
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ImTheTom
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Watch That Later",
    "version": "1.2",
    "description": "Increases your youtube watching experience with this add on.",
    "icons": {
        "64": "icons\/icon.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "*:\/\/*.gaming.youtube.com\/*",
        "*:\/\/*.youtube.com\/*",
        "storage"
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Watch That Later",
        "default_popup": "popup\/Popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.js",
                "scripts\/YoutubePage.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.gaming.youtube.com\/*",
                "*:\/\/*.youtube.com\/",
                "*:\/\/*.youtube.com\/*"
            ],
            "all_frames": true
        }
    ]
}