YouTube Shorts to Standard Videos

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

Vad är YouTube Shorts to Standard Videos?

YouTube Shorts to Standard Videos är en Chrome-tillägg utvecklad av https://browsernative.com, och dess huvudfunktion är "Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner YouTube Shorts to Standard Videos-förlängningens CRX-fil

Ladda ner YouTube Shorts to Standard Videos-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn YouTube Shorts to Standard Videos YouTube Shorts to Standard Videos
ID bmgdhdgcebmaakenhhmlmogpjmdjkmgb
Officiell webbadress https://chromewebstore.google.com/detail/youtube-shorts-to-standar/bmgdhdgcebmaakenhhmlmogpjmdjkmgb
Beskrivning Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.
Filstorlek 7.39 KB
Antal Installationer 261
Aktuell Version 1.0.0
Senast Uppdaterad 2023-11-28
Publiceringsdatum 2023-05-28
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://browsernative.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://browsernative.com/youtube-shorts-to-standard-videos/
Hjälpsida URL https://browsernative.com/youtube-shorts-to-standard-videos/
URL till Sekretesspolicy Sidan https://browsernative.com/extensions-privacy-policy
Stödda Språk 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\/"
}