Chronos

Audio/Video playback controller

What is Chronos?

Chronos is a Chrome extension developed by tsopeh, and its main feature is "Audio/Video playback controller".

Extension Screenshots

screenshot
screenshot
screenshot

Download Chronos Extension CRX File

Download Chronos 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

                        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.                    

Extension Basic Information

Name Chronos Chronos
ID hmjgbblacekjjjcbopihopcniepnoenj
Official URL https://chromewebstore.google.com/detail/chronos/hmjgbblacekjjjcbopihopcniepnoenj
Description Audio/Video playback controller
File Size 79.2 KB
Installation Count 90
Current Version 1.3.0
Last Updated 2019-11-15
Publish Date 2019-11-12
Rating 5.00/5 Total 4 Ratings
Developer tsopeh
Email [email protected]
Payment Type free
Extension Website https://github.com/c0pe/Chronos
Supported Languages 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"
            ]
        }
    ]
}