YouTube Shorts to Standard Videos

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

Cos'è YouTube Shorts to Standard Videos?

YouTube Shorts to Standard Videos è un'estensione di Chrome sviluppata da https://browsernative.com, e la sua funzione principale è "Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione YouTube Shorts to Standard Videos

Scarica i file di estensione YouTube Shorts to Standard Videos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouTube Shorts to Standard Videos YouTube Shorts to Standard Videos
ID bmgdhdgcebmaakenhhmlmogpjmdjkmgb
URL Ufficiale https://chromewebstore.google.com/detail/youtube-shorts-to-standar/bmgdhdgcebmaakenhhmlmogpjmdjkmgb
Descrizione Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.
Dimensione del File 7.39 KB
Conteggio Installazioni 261
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-11-28
Data di Pubblicazione 2023-05-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://browsernative.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://browsernative.com/youtube-shorts-to-standard-videos/
URL della Pagina di Aiuto https://browsernative.com/youtube-shorts-to-standard-videos/
URL della Pagina della Politica sulla Privacy https://browsernative.com/extensions-privacy-policy
Lingue Supportate 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\/"
}