Picture-in-Picture (PiP) for All 4
Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player
Co to jest Picture-in-Picture (PiP) for All 4?
Picture-in-Picture (PiP) for All 4 to rozszerzenie Chrome opracowane przez Ollie Treend, a jego główną funkcją jest „Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Picture-in-Picture (PiP) for All 4
Pobierz pliki rozszerzeń Picture-in-Picture (PiP) for All 4 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | knfagafhnbbhippdocjodaoojmmhhidk |
| Oficjalny URL | https://chromewebstore.google.com/detail/picture-in-picture-pip-fo/knfagafhnbbhippdocjodaoojmmhhidk |
| Opis | Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player |
| Rozmiar pliku | 7.94 KB |
| Liczba instalacji | 847 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2022-01-15 |
| Data Publikacji | 2021-03-17 |
| Ocena | 4.20/5 Łącznie 5 Oceny |
| Deweloper | Ollie Treend |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |