Youtube - Remove watched fixer

Actually remove watched Youtube videos from the Watch Later playlist

Youtube - Remove watched fixer là gì?

Youtube - Remove watched fixer là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Actually remove watched Youtube videos from the Watch Later playlist".

Tải xuống tệp CRX của tiện ích mở rộng Youtube - Remove watched fixer

Tải xuống các tệp mở rộng Youtube - Remove watched fixer 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

                        For many people, the "Remove watched" button in Youtube's "Watch later" playlist doesn't work. This extension replaces that button with a workaround.                    

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

Tên Youtube - Remove watched fixer Youtube - Remove watched fixer
ID bnmbkjfobcamomnepifeoehjbgodldpc
URL Chính Thức https://chromewebstore.google.com/detail/youtube-remove-watched-fi/bnmbkjfobcamomnepifeoehjbgodldpc
Mô tả Actually remove watched Youtube videos from the Watch Later playlist
Kích Thước Tệp 37.31 KB
Số Lần Cài Đặt 369
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2016-02-09
Ngày Phát Hành 2016-02-09
Đánh Giá 3.77/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Unknown
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": "Youtube - Remove watched fixer",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Actually remove watched Youtube videos from the Watch Later playlist",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/playlist?list=WL"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ]
}