Always Show Watch Later

Always shows the Watch Later button for Youtube embedded videos.

Always Show Watch Later là gì?

Always Show Watch Later là một tiện ích mở rộng Chrome được phát triển bởi Scott Zackrison, và tính năng chính của nó là "Always shows the Watch Later button for Youtube embedded videos.".

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

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

                        This extension forces the Watch Later button to be visible for embedded Youtube videos.

--> updated 9/6/17
---> minor bug fix

--> updated 7/18/17
---> fixed another issue in some instances where it wouldn't show the Watch Later button

--> updated 2/14/17
---> fixed an issue in some instances where it wouldn't show the Watch Later button

--> updated 9/24/15
---> faster
---> more reliable
---> more efficient                    

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

Tên Always Show Watch Later Always Show Watch Later
ID opnlaeeckmpncaogfacbkelbldmpbibi
URL Chính Thức https://chrome.google.com/webstore/detail/always-show-watch-later/opnlaeeckmpncaogfacbkelbldmpbibi
Mô tả Always shows the Watch Later button for Youtube embedded videos.
Kích Thước Tệp 33.75 KB
Số Lần Cài Đặt 413
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2017-09-06
Ngày Phát Hành 2017-09-06
Đánh Giá 4.64/5 Tổng số 28 Đánh Giá
Nhà Phát Triển Scott Zackrison
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Always Show Watch Later",
    "description": "Always shows the Watch Later button for Youtube embedded videos.",
    "version": "1.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon_128.png"
    }
}