WebExtension.net
WebExtension.net

DetailedTime

View on Chrome Web Store
View DetailedTime Chrome Extension on Chrome Web Store
4.3 (19 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

YouTube動画の公開時刻を表示するやつ
Type
Extension
Users
40,000 users
Website null.style
塗田一帆
View author page of 塗田一帆
Published
Published on July 31, 2018
Version 1.5.5
Manifest version
3
Updated
Updated on September 6, 2024
View on Chrome Web Store
View DetailedTime Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "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\/*"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top