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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Youtube and Netflix watch time logging tool"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Watch Timer for Youtube and Netflix

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}