AdjusTimer

AdjusTimer

Amazon Prime Video/Tver/Youtube/dアニメストア/Netflix/ニコニコ動画の現在の再生時間を別ウィンドウで映す拡張

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AdjusTimer",
  "manifest_version": 2,
  "version": "2.2.8",
  "description": "Amazon Prime Video/Tver/Youtube/dアニメストア/Netflix/ニコニコ動画の現在の再生時間を別ウィンドウで映す拡張",
  "content_scripts": [
    {
      "matches": [
        "https://www.amazon.co.jp/*",
        "https://tver.jp/episodes/*",
        "https://www.youtube.com/watch*",
        "https://animestore.docomo.ne.jp/animestore/sc_d_pc*",
        "https://www.netflix.com/*",
        "https://www.twitch.tv/*",
        "https://www.nicovideo.jp/watch/*"
      ],
      "run_at": "document_end",
      "js": [
        "content_scripts.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "event.js"
    ],
    "persistent": false
  },
  "permissions": [
    "contextMenus",
    "https://raw.githubusercontent.com/patioglass/*",
    "http://18.176.90.189/*"
  ],
  "web_accessible_resources": [
    "adjustimer-loader.js"
  ],
  "icons": {
    "16": "img/icons/icon16.png",
    "48": "img/icons/icon48.png",
    "128": "img/icons/icon128.png"
  }
}