Chronos

Audio/Video playback controller

Chronos là gì?

Chronos là một tiện ích mở rộng Chrome được phát triển bởi tsopeh, và tính năng chính của nó là "Audio/Video playback controller".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Chronos 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

                        You don't need 'more time' in order to see or hear something new. All you need is to take most out of the time that you can spare.
 
Save your time by viewing any (YouTube video, Podcast or AudioBooks) content in the half of the time of its duration, or less.

Toggle 'loop' on short content or toggle native controls if none are present.                    

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

Tên Chronos Chronos
ID hmjgbblacekjjjcbopihopcniepnoenj
URL Chính Thức https://chromewebstore.google.com/detail/chronos/hmjgbblacekjjjcbopihopcniepnoenj
Mô tả Audio/Video playback controller
Kích Thước Tệp 79.2 KB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2019-11-15
Ngày Phát Hành 2019-11-12
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển tsopeh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/c0pe/Chronos
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chronos",
    "version": "1.3.0",
    "description": "Audio\/Video playback controller",
    "icons": {
        "16": ".\/assets\/icons\/chronos_icon_light-16.png",
        "48": ".\/assets\/icons\/chronos_icon_light-48.png",
        "96": ".\/assets\/icons\/chronos_icon_light-96.png",
        "128": ".\/assets\/icons\/chronos_icon_light-128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_title": "Chronos - Audio\/Video playback controller",
        "default_popup": ".\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "js": [
                ".\/content\/content.js"
            ]
        }
    ]
}