Chronos

Audio/Video playback controller

Apa itu Chronos?

Chronos adalah ekstensi Chrome yang dikembangkan oleh tsopeh, dan fitur utamanya adalah "Audio/Video playback controller".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Chronos

Unduh file ekstensi Chronos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Chronos Chronos
ID hmjgbblacekjjjcbopihopcniepnoenj
URL Resmi https://chromewebstore.google.com/detail/chronos/hmjgbblacekjjjcbopihopcniepnoenj
Deskripsi Audio/Video playback controller
Ukuran File 79.2 KB
Jumlah Instalasi 90
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2019-11-15
Tanggal Publikasi 2019-11-12
Penilaian 5.00/5 Total 4 Penilaian
Pengembang tsopeh
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/c0pe/Chronos
Bahasa yang Didukung 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"
            ]
        }
    ]
}