Shorts Time

Shorts Time

什麼是Shorts Time?

Shorts Time是由Vladymyr Borblyk開發的Chrome擴展程式,該擴展的主要功能是“Shorts Time”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Shorts Time擴展crx文件

下載Shorts Time擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The extension shows the Time of the video on YouTube Shorts. We are not affiliated with Google, LLC                    

擴展基本資訊

名稱 Shorts Time Shorts Time
ID ghobmafihaocpjpnafajjffknganmkpk
官方網址 https://chromewebstore.google.com/detail/shorts-time/ghobmafihaocpjpnafajjffknganmkpk
簡介 Shorts Time
檔案大小 173 KB
安裝次數 44
目前版本 1.0
更新時間 2023-08-16
上架時間 2023-08-16
評分 5.00/5 共 1 次評分
開發者 Vladymyr Borblyk
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mozgion.com/
說明頁面URL https://mozgion.com/contacts/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": {
            "128": "icon_128.png"
        },
        "default_title": "Shorts Time",
        "default_popup": "popup.html"
    },
    "name": "Shorts Time",
    "description": "Shorts Time",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "\/app.js"
            ],
            "css": [
                "\/style.css"
            ],
            "run_at": "document_end"
        }
    ]
}