Youtube Shorts to normal Youtube Video

Just transform Youtube Shorts link to a normal video link

Cos'è Youtube Shorts to normal Youtube Video?

Youtube Shorts to normal Youtube Video è un'estensione di Chrome sviluppata da 4clem4, e la sua funzione principale è "Just transform Youtube Shorts link to a normal video link".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Youtube Shorts to normal Youtube Video

Scarica i file di estensione Youtube Shorts to normal Youtube Video in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Youtube Shorts to normal Youtube Video Youtube Shorts to normal Youtube Video
ID cjehamalccdemkfpiidlbgacminjjkop
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop
Descrizione Just transform Youtube Shorts link to a normal video link
Dimensione del File 11.31 KB
Conteggio Installazioni 10
Versione Corrente 1.0
Ultimo Aggiornamento 2023-04-10
Data di Pubblicazione 2023-04-10
Sviluppatore 4clem4
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}