Watch Timer for Youtube and Netflix
Youtube and Netflix watch time logging tool
Co je Watch Timer for Youtube and Netflix?
Watch Timer for Youtube and Netflix je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Youtube and Netflix watch time logging tool“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Watch Timer for Youtube and Netflix
Stáhněte si soubory rozšíření Watch Timer for Youtube and Netflix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Watch Timer for Youtube and Netflix |
ID | bmmidcdclpkbhikdmcedijejmpcfkikn |
Oficiální URL | https://chromewebstore.google.com/detail/watch-timer-for-youtube-a/bmmidcdclpkbhikdmcedijejmpcfkikn |
Popis | Youtube and Netflix watch time logging tool |
Velikost souboru | 31.44 KB |
Počet instalací | 20 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2020-05-15 |
Datum Vydání | 2020-05-15 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Podporované Jazyky | 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" } } |