YouTube Shorts Converter
Converts YouTube Shorts URLs to regular video URLs
Hvad er YouTube Shorts Converter?
YouTube Shorts Converter er en Chrome-udvidelse udviklet af ML, og dens hovedfunktion er "Converts YouTube Shorts URLs to regular video URLs".
Udvidelsesskærmbilleder
Download YouTube Shorts Converter-udvidelses-CRX-fil
Download YouTube Shorts Converter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        Unlock the full potential of YouTube Shorts with our YouTube Shorts Converter Chrome extension. Seamlessly transition from short videos to full-length experiences with a single click. Convert YouTube Shorts URLs to standard video URLs effortlessly, enhancing your viewing experience.
Key Features:
• Effortless Conversion: Convert YouTube Shorts URLs to regular video URLs effortlessly, providing a seamless transition from shorts to full-length content.
• Intuitive Interface: Our user-friendly interface ensures a smooth experience. Click the button, and let the magic happen.
• Customization: Tailor your YouTube experience to your preferences. Enjoy the convenience of converting shorts URLs on-demand.
• Sleek Design: A stylish and minimalistic design complements your browsing experience. The extension integrates seamlessly with your browser, enhancing both form and function.
How to Use:
Install the YouTube Shorts Converter Chrome extension.
Navigate to any YouTube Shorts video.
Click the "Convert to Video Player" button in the extension popup.
Experience the video in its full-length glory.
Unlock the full spectrum of YouTube content effortlessly with the YouTube Shorts Converter Chrome extension. Elevate your viewing experience today!
Note: This is a third-party extension and is not affiliated with or endorsed by YouTube.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | ajmmaabfjdemfjmjkdigmlalppcaoeka | 
| Officiel URL | https://chromewebstore.google.com/detail/youtube-shorts-converter/ajmmaabfjdemfjmjkdigmlalppcaoeka | 
| Beskrivelse | Converts YouTube Shorts URLs to regular video URLs | 
| Filstørrelse | 19.9 KB | 
| Antal Installationer | 356 | 
| Nuværende Version | 1.0 | 
| Senest Opdateret | 2023-11-23 | 
| Udgivelsesdato | 2023-11-23 | 
| Udvikler | ML | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Shorts Converter",
    "version": "1.0",
    "description": "Converts YouTube Shorts URLs to regular video URLs",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}  |  |