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
官方網址 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"
            ]
        }
    ]
}