Better YouTube Watch History

Marks all Youtube videos you've already watched. Now with cloud sync!

Better YouTube Watch History là gì?

Better YouTube Watch History là một tiện ích mở rộng Chrome được phát triển bởi Joar Wilk, và tính năng chính của nó là "Marks all Youtube videos you've already watched. Now with cloud sync!".

Ả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 Better YouTube Watch History

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

                        Youtube's "watched" feature is broken by design, and has been for a long time. This extension fixes that and makes it easy to see which videos you've watched and which ones are new.

Simply watch a video and it will automatically be flagged, just like it should be.

Automatically syncs across all computers you are logged in to.                    

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

Tên Better YouTube Watch History Better YouTube Watch History
ID lleajdkalfbohpinoaekajagdefaeckd
URL Chính Thức https://chrome.google.com/webstore/detail/better-youtube-watch-hist/lleajdkalfbohpinoaekajagdefaeckd
Mô tả Marks all Youtube videos you've already watched. Now with cloud sync!
Kích Thước Tệp 8.08 MB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2016-03-27
Ngày Phát Hành 2016-03-27
Đánh Giá 3.79/5 Tổng số 219 Đánh Giá
Nhà Phát Triển Joar Wilk
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "lib\/jquery-1.8.3.min.js",
                "scripts\/main.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Marks all Youtube videos you've already watched. Now with cloud sync!",
    "icons": {
        "256": "icons\/icon_256.png",
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_048.png",
        "32": "icons\/icon_032.png",
        "16": "icons\/icon_016.png"
    },
    "manifest_version": 2,
    "name": "Better YouTube Watch History",
    "permissions": [
        "history",
        "storage",
        "tabs",
        "https:\/\/www.youtube.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/www.youtube.com\/*"
        ]
    },
    "version": "2.1",
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com https:\/\/*.ytimg.com; object-src 'self'"
}