Youtube Shorts auto next!

Auto playing next video when the current short is finished Show video percent progress on search bar

Что такое Youtube Shorts auto next!?

Youtube Shorts auto next! - это расширение Chrome, разработанное pdkhanh93, и его основная функция - "Auto playing next video when the current short is finished Show video percent progress on search bar".

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

screenshot

Скачать файл CRX расширения Youtube Shorts auto next!

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

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

                        Auto playing next video when the current short is finished
Show video percent progress on search bar                    

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

Название Youtube Shorts auto next! Youtube Shorts auto next!
ID hmkficiecfdldaeogohkfcndomnigbjp
Официальный URL https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp
Описание Auto playing next video when the current short is finished Show video percent progress on search bar
Размер файла 4.21 KB
Количество установок 13
Текущая Версия 1.0
Последнее Обновление 2023-06-21
Дата публикации 2023-06-21
Разработчик pdkhanh93
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts auto next!",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "hello.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "background.js"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}