DetailedTime

YouTube動画の公開時刻を表示するやつ

What is DetailedTime?

DetailedTime is a Chrome extension developed by https://null.style, and its main feature is "YouTube動画の公開時刻を表示するやつ".

Extension Screenshots

screenshot

Download DetailedTime Extension CRX File

Download DetailedTime extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ◆どんな機能?
YouTube動画の公開時刻を表示します。

◆使い方
動画タイトルの横に「詳細」の文字が出るのでそれをクリックしてください。

◆注意事項
※ライブ配信の場合は配信開始時刻になります。
※完璧な動作保証はできません。ご利用は自己責任で。
※ブラウザの横幅が狭い場合・動画タイトルが長すぎる場合には「詳細」の文字が出ないことがあります。

◆他の機能
YouTube用の自作拡張まとめ
https://null.style/app

◆不具合を見つけたら
作者Twitter(@nulltypo)までご連絡お願いします。レビューには回答できません。

◆免責事項
このChrome拡張によりいかなる損失や損害などが発生しても責任を負いかねます。ご了承ください。                    

Extension Basic Information

Name DetailedTime DetailedTime
ID ppgpbdnncfccljjkgfednccihjbakahd
Official URL https://chromewebstore.google.com/detail/detailedtime/ppgpbdnncfccljjkgfednccihjbakahd
Description YouTube動画の公開時刻を表示するやつ
File Size 46.59 KB
Installation Count 40,739
Current Version 1.5.4
Last Updated 2023-10-26
Publish Date 2019-09-11
Rating 4.22/5 Total 18 Ratings
Developer https://null.style
Email [email protected]
Payment Type free
Extension Website https://null.style
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DetailedTime",
    "version": "1.5.4",
    "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\/*"
    ]
}