YouTube Shorts to Normal Video Extension

Automatically Converts YouTube Shorts to Regular Video User Interface

Apa itu YouTube Shorts to Normal Video Extension?

YouTube Shorts to Normal Video Extension adalah ekstensi Chrome yang dikembangkan oleh 0dgkim, dan fitur utamanya adalah "Automatically Converts YouTube Shorts to Regular Video User Interface".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube Shorts to Normal Video Extension

Unduh file ekstensi YouTube Shorts to Normal Video Extension 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

                        This extension automatically converts YouTube Shorts interface to regular YouTube video UI.

Update: version 1.2
- Fixed double-click issue when navigating back from Shorts page.
- Seamless navigation to previous page without unnecessary redirection.
- Minor code clean-up                    

Informasi Dasar Ekstensi

Nama YouTube Shorts to Normal Video Extension YouTube Shorts to Normal Video Extension
ID lhjkldibjjmodfeicnohmenmnddlfkpl
URL Resmi https://chrome.google.com/webstore/detail/lhjkldibjjmodfeicnohmenmnddlfkpl
Deskripsi Automatically Converts YouTube Shorts to Regular Video User Interface
Ukuran File 5.34 KB
Jumlah Instalasi 3,896
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-06-13
Tanggal Publikasi 2022-10-15
Penilaian 4.55/5 Total 22 Penilaian
Pengembang 0dgkim
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Shorts to Normal Video Extension",
    "description": "Automatically Converts YouTube Shorts to Regular Video User Interface",
    "version": "1.2",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": []
}