Youtube Shorts to normal Youtube Video

Just transform Youtube Shorts link to a normal video link

Hvad er Youtube Shorts to normal Youtube Video?

Youtube Shorts to normal Youtube Video er en Chrome-udvidelse udviklet af 4clem4, og dens hovedfunktion er "Just transform Youtube Shorts link to a normal video link".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Youtube Shorts to normal Youtube Video-udvidelses-CRX-fil

Download Youtube Shorts to normal Youtube Video-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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).                    

Grundlæggende oplysninger om udvidelsen

Navn Youtube Shorts to normal Youtube Video Youtube Shorts to normal Youtube Video
ID cjehamalccdemkfpiidlbgacminjjkop
Officiel URL https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop
Beskrivelse Just transform Youtube Shorts link to a normal video link
Filstørrelse 11.31 KB
Antal Installationer 10
Nuværende Version 1.0
Senest Opdateret 2023-04-10
Udgivelsesdato 2023-04-10
Udvikler 4clem4
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}