Watch Timer for Youtube and Netflix

Youtube and Netflix watch time logging tool

什麼是Watch Timer for Youtube and Netflix?

Watch Timer for Youtube and Netflix是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Youtube and Netflix watch time logging tool”。

擴展截圖

screenshot
screenshot

下載Watch Timer for Youtube and Netflix擴展crx文件

下載Watch Timer for Youtube and Netflix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Watch Timer for Youtube and Netflix Watch Timer for Youtube and Netflix
ID bmmidcdclpkbhikdmcedijejmpcfkikn
官方網址 https://chromewebstore.google.com/detail/watch-timer-for-youtube-a/bmmidcdclpkbhikdmcedijejmpcfkikn
簡介 Youtube and Netflix watch time logging tool
檔案大小 31.44 KB
安裝次數 20
目前版本 1.0.3
更新時間 2020-05-15
上架時間 2020-05-15
評分 5.00/5 共 1 次評分
開發者 Unknown
付費類型 free
支援的語言 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"
    }
}