YouTube Shorts to Standard Videos

Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.

Was ist YouTube Shorts to Standard Videos?

YouTube Shorts to Standard Videos ist eine Chrome-Erweiterung, die von https://browsernative.com entwickelt wurde, und ihr Hauptmerkmal ist "Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.".

Erweiterungsscreenshots

screenshot
screenshot

YouTube Shorts to Standard Videos-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Shorts to Standard Videos-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

                        Watch YouTube Shorts videos as standard/normal YouTube videos. Click the toolbar button or press the keyboard command Alt + v, while watching any Short.

Visit our homepage for detailed usage guide and more information.

Extension by BrowserNative. Not created by or affiliated with YouTube/Google.                    

Grundlegende Informationen zur Erweiterung

Name YouTube Shorts to Standard Videos YouTube Shorts to Standard Videos
ID bmgdhdgcebmaakenhhmlmogpjmdjkmgb
Offizielle URL https://chromewebstore.google.com/detail/youtube-shorts-to-standar/bmgdhdgcebmaakenhhmlmogpjmdjkmgb
Beschreibung Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.
Dateigröße 7.39 KB
Installationsanzahl 261
Aktuelle Version 1.0.0
Letztes Update 2023-11-28
Veröffentlichungsdatum 2023-05-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://browsernative.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://browsernative.com/youtube-shorts-to-standard-videos/
Hilfeseite URL https://browsernative.com/youtube-shorts-to-standard-videos/
URL der Datenschutzrichtlinien-Seite https://browsernative.com/extensions-privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_title": "YouTube Shorts to Standard Videos"
    },
    "description": "Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.",
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "name": "YouTube Shorts to Standard Videos",
    "short_name": "Shorts to Standard",
    "version": "1.0.0",
    "minimum_chrome_version": "100",
    "permissions": [
        "declarativeContent"
    ],
    "host_permissions": [
        "*:\/\/youtube.com\/*",
        "*:\/\/www.youtube.com\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+V"
            },
            "description": "Switch to normal video URL"
        }
    },
    "homepage_url": "https:\/\/browsernative.com\/youtube-shorts-to-standard-videos\/"
}