Picture-in-Picture (PiP) for All 4
Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player
Что такое Picture-in-Picture (PiP) for All 4?
Picture-in-Picture (PiP) for All 4 - это расширение Chrome, разработанное Ollie Treend, и его основная функция - "Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player".
Снимки экрана расширения
Скачать файл CRX расширения Picture-in-Picture (PiP) for All 4
Скачайте файлы расширений Picture-in-Picture (PiP) for All 4 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension enables Picture-in-Picture (PiP) for videos being watched on Channel 4's All 4 player.
Note: The video will pause for ad breaks. You'll need to return to the browser tab which is playing the video and watch the adverts before playback will resume. Основная информация о расширении
| Название | |
| ID | knfagafhnbbhippdocjodaoojmmhhidk |
| Официальный URL | https://chromewebstore.google.com/detail/picture-in-picture-pip-fo/knfagafhnbbhippdocjodaoojmmhhidk |
| Описание | Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player |
| Размер файла | 7.94 KB |
| Количество установок | 847 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2022-01-15 |
| Дата публикации | 2021-03-17 |
| Рейтинг | 4.20/5 Всего 5 оценок |
| Разработчик | Ollie Treend |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Picture-in-Picture (PiP) for All 4",
"description": "Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player",
"version": "1.0.1",
"manifest_version": 3,
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/www.channel4.com\/programmes\/*"
],
"js": [
"arrive.min.js",
"enable-pip.js"
]
}
],
"icons": {
"19": "\/icons\/icon19.png",
"38": "\/icons\/icon38.png",
"128": "\/icons\/icon128.png"
}
} | |