Youtube Shorts to normal Youtube Video

Just transform Youtube Shorts link to a normal video link

Was ist Youtube Shorts to normal Youtube Video?

Youtube Shorts to normal Youtube Video ist eine Chrome-Erweiterung, die von 4clem4 entwickelt wurde, und ihr Hauptmerkmal ist "Just transform Youtube Shorts link to a normal video link".

Erweiterungsscreenshots

screenshot
screenshot

Youtube Shorts to normal Youtube Video-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube Shorts to normal Youtube Video-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Youtube Shorts to normal Youtube Video Youtube Shorts to normal Youtube Video
ID cjehamalccdemkfpiidlbgacminjjkop
Offizielle URL https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop
Beschreibung Just transform Youtube Shorts link to a normal video link
Dateigröße 11.31 KB
Installationsanzahl 10
Aktuelle Version 1.0
Letztes Update 2023-04-10
Veröffentlichungsdatum 2023-04-10
Entwickler 4clem4
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}