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」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |   |  
| 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"
    }
}  |  |