ShortsFullscreen

Adds a fullscreen control to YouTube Shorts

Что такое ShortsFullscreen?

ShortsFullscreen - это расширение Chrome, разработанное DiAvisoo Solutions, и его основная функция - "Adds a fullscreen control to YouTube Shorts".

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

screenshot

Скачать файл CRX расширения ShortsFullscreen

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

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

                        Adds a fullscreen control to YouTube Shorts.

Just go to a YouTube Shorts video and hover the mouse cursor over a video.
The fullscreen button will appear at the top.

If you like this extension, please check out my other project xRoad at https://xroad.app. Thanks!                    

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

Название ShortsFullscreen ShortsFullscreen
ID molcegabghkphlnemjfciclgoooejakj
Официальный URL https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj
Описание Adds a fullscreen control to YouTube Shorts
Размер файла 33.68 KB
Количество установок 1,088
Текущая Версия 0.0.1
Последнее Обновление 2022-09-20
Дата публикации 2022-09-19
Рейтинг 4.67/5 Всего 3 оценок
Разработчик DiAvisoo Solutions
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://webcapta.in/fs_privacy.txt
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ShortsFullscreen",
    "description": "Adds a fullscreen control to YouTube Shorts",
    "version": "0.0.1",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/shorts\/*"
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "content_security_policy": []
}