Full Screen for Google Chrome 2.0

Turn to full-screen while watching a video/movie in one single click.

Что такое Full Screen for Google Chrome 2.0?

Full Screen for Google Chrome 2.0 - это расширение Chrome, разработанное V & G, и его основная функция - "Turn to full-screen while watching a video/movie in one single click.".

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

screenshot

Скачать файл CRX расширения Full Screen for Google Chrome 2.0

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

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

                        ⬇️Easy to set up⬇️:


1. Download and install the extension.
2. That's it. You don’t have to do anything else.
3. Click it whenever you want to enter full-screen mode. 📺


✨Features ✨:

1. Auto Full-Screen option lets you enter the full-screen mode automatically whenever you click on the play ▶️ button.
2. Works for all video players as well as YouTube, and HTML5.


A lightweight and useful add-in designed to work fast on any web page, image, or video to turn to full screen.                    

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

Название Full Screen for Google Chrome 2.0 Full Screen for Google Chrome 2.0
ID eakledjaonbmdfeklmameopnncfoldfk
Официальный URL https://chromewebstore.google.com/detail/full-screen-for-google-ch/eakledjaonbmdfeklmameopnncfoldfk
Описание Turn to full-screen while watching a video/movie in one single click.
Размер файла 42.01 KB
Количество установок 199
Текущая Версия 1.0.0
Последнее Обновление 2022-10-14
Дата публикации 2022-10-13
Рейтинг 4.65/5 Всего 17 оценок
Разработчик V & G
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Screen for Google Chrome 2.0",
    "description": "Turn to full-screen while watching a video\/movie in one single click.",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "logo\/logo-16-new.png",
        "128": "logo\/logo-128-new.png"
    },
    "action": [],
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}