YouTube Shorts to Standard Videos

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

Wat is YouTube Shorts to Standard Videos?

YouTube Shorts to Standard Videos is een Chrome-extensie ontwikkeld door https://browsernative.com, en de belangrijkste functie is "Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouTube Shorts to Standard Videos

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

                        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.                    

Basisinformatie over de Extensie

Naam YouTube Shorts to Standard Videos YouTube Shorts to Standard Videos
ID bmgdhdgcebmaakenhhmlmogpjmdjkmgb
Officiële URL https://chromewebstore.google.com/detail/youtube-shorts-to-standar/bmgdhdgcebmaakenhhmlmogpjmdjkmgb
Beschrijving Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.
Bestandsgrootte 7.39 KB
Aantal Installaties 261
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-11-28
Publicatiedatum 2023-05-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://browsernative.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://browsernative.com/youtube-shorts-to-standard-videos/
Help Pagina-URL https://browsernative.com/youtube-shorts-to-standard-videos/
URL van de Privacybeleid Pagina https://browsernative.com/extensions-privacy-policy
Ondersteunde Talen 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\/"
}