Chronos

Audio/Video playback controller

什么是Chronos?

Chronos是由tsopeh开发的Chrome扩展程序,该扩展的主要功能是“Audio/Video playback controller”。

扩展截图

screenshot
screenshot
screenshot

下载Chronos扩展crx文件

下载Chronos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Chronos Chronos
ID hmjgbblacekjjjcbopihopcniepnoenj
官方URL https://chromewebstore.google.com/detail/chronos/hmjgbblacekjjjcbopihopcniepnoenj
简介 Audio/Video playback controller
文件大小 79.2 KB
安装次数 90
当前版本 1.3.0
更新时间 2019-11-15
上架时间 2019-11-12
评分 5.00/5 共4次评分
开发者 tsopeh
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/c0pe/Chronos
支持的语言 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"
            ]
        }
    ]
}