Youtube Shorts to normal Youtube Video

Just transform Youtube Shorts link to a normal video link

Что такое Youtube Shorts to normal Youtube Video?

Youtube Shorts to normal Youtube Video - это расширение Chrome, разработанное 4clem4, и его основная функция - "Just transform Youtube Shorts link to a normal video link".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Youtube Shorts to normal Youtube Video

Скачайте файлы расширений Youtube Shorts to normal Youtube Video в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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).                    

Основная информация о расширении

Название Youtube Shorts to normal Youtube Video Youtube Shorts to normal Youtube Video
ID cjehamalccdemkfpiidlbgacminjjkop
Официальный URL https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop
Описание Just transform Youtube Shorts link to a normal video link
Размер файла 11.31 KB
Количество установок 10
Текущая Версия 1.0
Последнее Обновление 2023-04-10
Дата публикации 2023-04-10
Разработчик 4clem4
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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\/*"
    ]
}