Chronos

Audio/Video playback controller

Wat is Chronos?

Chronos is een Chrome-extensie ontwikkeld door tsopeh, en de belangrijkste functie is "Audio/Video playback controller".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Chronos

Download Chronos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Chronos Chronos
ID hmjgbblacekjjjcbopihopcniepnoenj
Officiële URL https://chromewebstore.google.com/detail/chronos/hmjgbblacekjjjcbopihopcniepnoenj
Beschrijving Audio/Video playback controller
Bestandsgrootte 79.2 KB
Aantal Installaties 90
Huidige Versie 1.3.0
Laatst Bijgewerkt 2019-11-15
Publicatiedatum 2019-11-12
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar tsopeh
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/c0pe/Chronos
Ondersteunde Talen 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"
            ]
        }
    ]
}