Shorts to Normal player

Redirects youtube shorts to Normal Player

Что такое Shorts to Normal player?

Shorts to Normal player - это расширение Chrome, разработанное https://nemiruku.com, и его основная функция - "Redirects youtube shorts to Normal Player".

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

screenshot

Скачать файл CRX расширения Shorts to Normal player

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

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

                        Display YouTube short videos as normal videos.

When you access to the short video, Change the URL like this.
~.com/shorts/●●
↓
~.com/watch?v=●●                    

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

Название Shorts to Normal player Shorts to Normal player
ID cmhmepchidgajcngdkpdchbdboheihgi
Официальный URL https://chromewebstore.google.com/detail/shorts-to-normal-player/cmhmepchidgajcngdkpdchbdboheihgi
Описание Redirects youtube shorts to Normal Player
Размер файла 13.34 KB
Количество установок 6,402
Текущая Версия 1.0.3
Последнее Обновление 2023-09-29
Дата публикации 2022-06-04
Рейтинг 4.87/5 Всего 38 оценок
Разработчик https://nemiruku.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://nemiruku.com/soft/sty.html
URL страницы помощи https://nemiruku.com/info/mail.html
URL страницы политики конфиденциальности https://nemiruku.com/soft/readme.html
Поддерживаемые языки ms,de,en,fil,fr,vi,tr,ca,es,it,hu,sk,cs,ru,iw,th,ja,ko
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "host_permissions": [
        "*:\/\/www.youtube.com\/shorts\/*"
    ],
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Shorts to Normal player",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}