Shorts Time

Shorts Time

Shorts Time là gì?

Shorts Time là một tiện ích mở rộng Chrome được phát triển bởi Vladymyr Borblyk, và tính năng chính của nó là "Shorts Time".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shorts Time

Tải xuống các tệp mở rộng Shorts Time dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The extension shows the Time of the video on YouTube Shorts. We are not affiliated with Google, LLC                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shorts Time Shorts Time
ID ghobmafihaocpjpnafajjffknganmkpk
URL Chính Thức https://chromewebstore.google.com/detail/shorts-time/ghobmafihaocpjpnafajjffknganmkpk
Mô tả Shorts Time
Kích Thước Tệp 173 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-08-16
Ngày Phát Hành 2023-08-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Vladymyr Borblyk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mozgion.com/
URL Trang Trợ Giúp https://mozgion.com/contacts/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": {
            "128": "icon_128.png"
        },
        "default_title": "Shorts Time",
        "default_popup": "popup.html"
    },
    "name": "Shorts Time",
    "description": "Shorts Time",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "\/app.js"
            ],
            "css": [
                "\/style.css"
            ],
            "run_at": "document_end"
        }
    ]
}