YouTube Shorts to Standard Videos

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

Co je YouTube Shorts to Standard Videos?

YouTube Shorts to Standard Videos je rozšíření Chrome vyvinuté https://browsernative.com, a jeho hlavní funkcí je „Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření YouTube Shorts to Standard Videos

Stáhněte si soubory rozšíření YouTube Shorts to Standard Videos ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název YouTube Shorts to Standard Videos YouTube Shorts to Standard Videos
ID bmgdhdgcebmaakenhhmlmogpjmdjkmgb
Oficiální URL https://chromewebstore.google.com/detail/youtube-shorts-to-standar/bmgdhdgcebmaakenhhmlmogpjmdjkmgb
Popis Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.
Velikost souboru 7.39 KB
Počet instalací 261
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-11-28
Datum Vydání 2023-05-28
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://browsernative.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://browsernative.com/youtube-shorts-to-standard-videos/
URL Stránky Nápovědy https://browsernative.com/youtube-shorts-to-standard-videos/
URL Stránky Zásad Ochrany Soukromí https://browsernative.com/extensions-privacy-policy
Podporované Jazyky 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\/"
}