YouTube Shorts to Standard Videos

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

Что такое YouTube Shorts to Standard Videos?

YouTube Shorts to Standard Videos - это расширение Chrome, разработанное https://browsernative.com, и его основная функция - "Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.".

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

screenshot
screenshot

Скачать файл CRX расширения YouTube Shorts to Standard Videos

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

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

                        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.                    

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

Название YouTube Shorts to Standard Videos YouTube Shorts to Standard Videos
ID bmgdhdgcebmaakenhhmlmogpjmdjkmgb
Официальный URL https://chromewebstore.google.com/detail/youtube-shorts-to-standar/bmgdhdgcebmaakenhhmlmogpjmdjkmgb
Описание Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.
Размер файла 7.39 KB
Количество установок 261
Текущая Версия 1.0.0
Последнее Обновление 2023-11-28
Дата публикации 2023-05-28
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://browsernative.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://browsernative.com/youtube-shorts-to-standard-videos/
URL страницы помощи https://browsernative.com/youtube-shorts-to-standard-videos/
URL страницы политики конфиденциальности https://browsernative.com/extensions-privacy-policy
Поддерживаемые языки 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\/"
}