Youtube Shorts to normal Youtube Video

Just transform Youtube Shorts link to a normal video link

Qu'est-ce que Youtube Shorts to normal Youtube Video ?

Youtube Shorts to normal Youtube Video est une extension Chrome développée par 4clem4, et sa fonction principale est "Just transform Youtube Shorts link to a normal video link".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Youtube Shorts to normal Youtube Video

Téléchargez les fichiers d'extension Youtube Shorts to normal Youtube Video au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Youtube Shorts to normal Youtube Video Youtube Shorts to normal Youtube Video
ID cjehamalccdemkfpiidlbgacminjjkop
URL Officiel https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop
Description Just transform Youtube Shorts link to a normal video link
Taille du Fichier 11.31 KB
Nombre d'Installations 10
Version Actuelle 1.0
Dernière Mise à Jour 2023-04-10
Date de Publication 2023-04-10
Développeur 4clem4
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}