Shorts Time

Shorts Time

Apa itu Shorts Time?

Shorts Time adalah ekstensi Chrome yang dikembangkan oleh Vladymyr Borblyk, dan fitur utamanya adalah "Shorts Time".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Shorts Time

Unduh file ekstensi Shorts Time 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

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

Informasi Dasar Ekstensi

Nama Shorts Time Shorts Time
ID ghobmafihaocpjpnafajjffknganmkpk
URL Resmi https://chromewebstore.google.com/detail/shorts-time/ghobmafihaocpjpnafajjffknganmkpk
Deskripsi Shorts Time
Ukuran File 173 KB
Jumlah Instalasi 44
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-08-16
Tanggal Publikasi 2023-08-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Vladymyr Borblyk
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://mozgion.com/
URL Halaman Bantuan https://mozgion.com/contacts/
Bahasa yang Didukung 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"
        }
    ]
}