Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DetailedTime", "version": "1.5.5", "author": "@nulltypo", "manifest_version": 3, "description": "YouTube\u52d5\u753b\u306e\u516c\u958b\u6642\u523b\u3092\u8868\u793a\u3059\u308b\u3084\u3064", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "dt.js" ], "css": [ "style.css" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*.youtube.com\/*" ] }