Youtube Shorts to normal Youtube Video
Just transform Youtube Shorts link to a normal video link
Co to jest Youtube Shorts to normal Youtube Video?
Youtube Shorts to normal Youtube Video to rozszerzenie Chrome opracowane przez 4clem4, a jego główną funkcją jest „Just transform Youtube Shorts link to a normal video link”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Youtube Shorts to normal Youtube Video
Pobierz pliki rozszerzeń Youtube Shorts to normal Youtube Video w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        With just a click on the icon, this extension will automatically convert any YouTube Shorts link to a regular YouTube video link. This means that you'll have access to all the same features and functionalities that you would normally have with a YouTube video (like adding the video to a playlist).                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | cjehamalccdemkfpiidlbgacminjjkop | 
| Oficjalny URL | https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop | 
| Opis | Just transform Youtube Shorts link to a normal video link | 
| Rozmiar pliku | 11.31 KB | 
| Liczba instalacji | 10 | 
| Aktualna Wersja | 1.0 | 
| Ostatnia Aktualizacja | 2023-04-10 | 
| Data Publikacji | 2023-04-10 | 
| Deweloper | 4clem4 | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts to normal Youtube Video",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Just transform Youtube Shorts link to a normal video link",
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon_watch.png"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*"
    ]
}  |  |