Youtube Shorts to normal Youtube Video

Just transform Youtube Shorts link to a normal video link

Apa itu Youtube Shorts to normal Youtube Video?

Youtube Shorts to normal Youtube Video adalah ekstensi Chrome yang dikembangkan oleh 4clem4, dan fitur utamanya adalah "Just transform Youtube Shorts link to a normal video link".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Youtube Shorts to normal Youtube Video

Unduh file ekstensi Youtube Shorts to normal Youtube Video 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

                        With just a click on the icon, this extension will automatically convert any YouTube Shorts link to a regular YouTube video link. This means that you'll have access to all the same features and functionalities that you would normally have with a YouTube video (like adding the video to a playlist).                    

Informasi Dasar Ekstensi

Nama Youtube Shorts to normal Youtube Video Youtube Shorts to normal Youtube Video
ID cjehamalccdemkfpiidlbgacminjjkop
URL Resmi https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop
Deskripsi Just transform Youtube Shorts link to a normal video link
Ukuran File 11.31 KB
Jumlah Instalasi 10
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-04-10
Tanggal Publikasi 2023-04-10
Pengembang 4clem4
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts to normal Youtube Video",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Just transform Youtube Shorts link to a normal video link",
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon_watch.png"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*"
    ]
}