Youtube Shorts to normal Youtube Video
Just transform Youtube Shorts link to a normal video link
Wat is Youtube Shorts to normal Youtube Video?
Youtube Shorts to normal Youtube Video is een Chrome-extensie ontwikkeld door 4clem4, en de belangrijkste functie is "Just transform Youtube Shorts link to a normal video link".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Shorts to normal Youtube Video
Download Youtube Shorts to normal Youtube Video-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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).                     Basisinformatie over de Extensie
| Naam |   |  
| ID | cjehamalccdemkfpiidlbgacminjjkop | 
| Officiële URL | https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop | 
| Beschrijving | Just transform Youtube Shorts link to a normal video link | 
| Bestandsgrootte | 11.31 KB | 
| Aantal Installaties | 10 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2023-04-10 | 
| Publicatiedatum | 2023-04-10 | 
| Ontwikkelaar | 4clem4 | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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\/*"
    ]
}  |  |