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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}