Watch Timer for Youtube and Netflix

Youtube and Netflix watch time logging tool

Watch Timer for Youtube and Netflix là gì?

Watch Timer for Youtube and Netflix 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à "Youtube and Netflix watch time logging tool".

Ả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 Timer for Youtube and Netflix

Tải xuống các tệp mở rộng Watch Timer for Youtube and Netflix 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 would help you keep track of the number of hours and minutes you spend on Youtube and Netflix. I built this because it was something I needed and didn't find. 

You can use this tool to better manage the time spent on these web applications.                    

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

Tên Watch Timer for Youtube and Netflix Watch Timer for Youtube and Netflix
ID bmmidcdclpkbhikdmcedijejmpcfkikn
URL Chính Thức https://chromewebstore.google.com/detail/watch-timer-for-youtube-a/bmmidcdclpkbhikdmcedijejmpcfkikn
Mô tả Youtube and Netflix watch time logging tool
Kích Thước Tệp 31.44 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2020-05-15
Ngày Phát Hành 2020-05-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Watch Timer for Youtube and Netflix",
    "version": "1.0.3",
    "description": "Youtube and Netflix watch time logging tool",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "content.js",
                "index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "index.html"
    }
}