YouTube Shorts Converter
Converts YouTube Shorts URLs to regular video URLs
Was ist YouTube Shorts Converter?
YouTube Shorts Converter ist eine Chrome-Erweiterung, die von ML entwickelt wurde, und ihr Hauptmerkmal ist "Converts YouTube Shorts URLs to regular video URLs".
Erweiterungsscreenshots
YouTube Shorts Converter-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Shorts Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | ajmmaabfjdemfjmjkdigmlalppcaoeka | 
| Offizielle URL | https://chromewebstore.google.com/detail/youtube-shorts-converter/ajmmaabfjdemfjmjkdigmlalppcaoeka | 
| Beschreibung | Converts YouTube Shorts URLs to regular video URLs | 
| Dateigröße | 19.9 KB | 
| Installationsanzahl | 356 | 
| Aktuelle Version | 1.0 | 
| Letztes Update | 2023-11-23 | 
| Veröffentlichungsdatum | 2023-11-23 | 
| Entwickler | ML | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
            ]
        }
    ]
}  |  |