Shorts Time

Shorts Time

What is Shorts Time?

Shorts Time is a Chrome extension developed by Vladymyr Borblyk, and its main feature is "Shorts Time".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Shorts Time Extension CRX File

Download Shorts Time extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Shorts Time Shorts Time
ID ghobmafihaocpjpnafajjffknganmkpk
Official URL https://chromewebstore.google.com/detail/shorts-time/ghobmafihaocpjpnafajjffknganmkpk
Description Shorts Time
File Size 173 KB
Installation Count 44
Current Version 1.0
Last Updated 2023-08-16
Publish Date 2023-08-16
Rating 5.00/5 Total 1 Ratings
Developer Vladymyr Borblyk
Email [email protected]
Payment Type free
Extension Website https://mozgion.com/
Help Page URL https://mozgion.com/contacts/
Supported Languages 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"
        }
    ]
}