Youtube Shorts to normal Youtube Video

Just transform Youtube Shorts link to a normal video link

Co je Youtube Shorts to normal Youtube Video?

Youtube Shorts to normal Youtube Video je rozšíření Chrome vyvinuté 4clem4, a jeho hlavní funkcí je „Just transform Youtube Shorts link to a normal video link“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Youtube Shorts to normal Youtube Video

Stáhněte si soubory rozšíření Youtube Shorts to normal Youtube Video ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Youtube Shorts to normal Youtube Video Youtube Shorts to normal Youtube Video
ID cjehamalccdemkfpiidlbgacminjjkop
Oficiální URL https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop
Popis Just transform Youtube Shorts link to a normal video link
Velikost souboru 11.31 KB
Počet instalací 10
Aktuální Verze 1.0
Poslední Aktualizace 2023-04-10
Datum Vydání 2023-04-10
Vývojář 4clem4
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}