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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Youtube and Netflix watch time logging tool"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Watch Timer for Youtube and Netflix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}