Chronos

Audio/Video playback controller

Cos'è Chronos?

Chronos è un'estensione di Chrome sviluppata da tsopeh, e la sua funzione principale è "Audio/Video playback controller".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Chronos

Scarica i file di estensione Chronos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Chronos Chronos
ID hmjgbblacekjjjcbopihopcniepnoenj
URL Ufficiale https://chromewebstore.google.com/detail/chronos/hmjgbblacekjjjcbopihopcniepnoenj
Descrizione Audio/Video playback controller
Dimensione del File 79.2 KB
Conteggio Installazioni 90
Versione Corrente 1.3.0
Ultimo Aggiornamento 2019-11-15
Data di Pubblicazione 2019-11-12
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore tsopeh
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/c0pe/Chronos
Lingue Supportate 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"
            ]
        }
    ]
}