7plus-responsive-video
Make the 7+ video player wide and more responsive
Что такое 7plus-responsive-video?
7plus-responsive-video - это расширение Chrome, разработанное glen, и его основная функция - "Make the 7+ video player wide and more responsive".
Снимки экрана расширения
Скачать файл CRX расширения 7plus-responsive-video
Скачайте файлы расширений 7plus-responsive-video в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Make the 7plus video player more responsive. This allows the video player to take full use of the available space by slightly rearranging the elements on the page.
Основная информация о расширении
Название | 7plus-responsive-video |
ID | pegahkchckmpafkgnobgcpcbhdcobijp |
Официальный URL | https://chromewebstore.google.com/detail/7plus-responsive-video/pegahkchckmpafkgnobgcpcbhdcobijp |
Описание | Make the 7+ video player wide and more responsive |
Размер файла | 3.34 KB |
Количество установок | 50 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2021-07-26 |
Дата публикации | 2021-07-26 |
Разработчик | glen |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/GWilts/7plus-responsive-video |
URL страницы помощи | https://github.com/GWilts/7plus-responsive-video |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "7plus-responsive-video", "version": "1.0.0", "description": "Make the 7+ video player wide and more responsive", "short_name": "Make the 7+ video player responsive", "content_scripts": [ { "matches": [ "https:\/\/7plus.com.au\/*" ], "css": [ "background.css" ] } ] } |