Picture-in-Picture Plus
Let all HTML5 videos force the Picture-in-picture mode!
Co to jest Picture-in-Picture Plus?
Picture-in-Picture Plus to rozszerzenie Chrome opracowane przez 绅士喵, a jego główną funkcją jest „Let all HTML5 videos force the Picture-in-picture mode!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Picture-in-Picture Plus
Pobierz pliki rozszerzeń Picture-in-Picture Plus 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
A more perfect Picture-in-Picture extension that supports iframe-loaded video. Source code: https://github.com/Hentioe/chropip-plus Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hkjdaeehgkbdbpgffjgiahldidifdbgg |
| Oficjalny URL | https://chromewebstore.google.com/detail/picture-in-picture-plus/hkjdaeehgkbdbpgffjgiahldidifdbgg |
| Opis | Let all HTML5 videos force the Picture-in-picture mode! |
| Rozmiar pliku | 4.23 KB |
| Liczba instalacji | 634 |
| Aktualna Wersja | 0.1.0 |
| Ostatnia Aktualizacja | 2018-10-13 |
| Data Publikacji | 2018-10-13 |
| Ocena | 4.67/5 Łącznie 3 Oceny |
| Deweloper | 绅士喵 |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Picture-in-Picture Plus",
"description": "Let all HTML5 videos force the Picture-in-picture mode!",
"version": "0.1.0",
"icons": {
"100": "assets\/icon100.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": [],
"permissions": [
"activeTab"
],
"minimum_chrome_version": "69.0.3483.0",
"manifest_version": 2
} | |