YouWatch
Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!
Co to jest YouWatch?
YouWatch to rozszerzenie Chrome opracowane przez Meonaze Developer, a jego główną funkcją jest „Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouWatch
Pobierz pliki rozszerzeń YouWatch 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
Button to toggle Picture in Picture mode shows up when video on a page starts playing
Podstawowe informacje o rozszerzeniu
Nazwa | YouWatch |
ID | cfdnldjcnachhlmeaeocfapmpmpiagga |
Oficjalny URL | https://chromewebstore.google.com/detail/youwatch/cfdnldjcnachhlmeaeocfapmpmpiagga |
Opis | Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click! |
Rozmiar pliku | 8.75 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2018-11-30 |
Data Publikacji | 2018-11-26 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Meonaze Developer |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouWatch", "version": "1.1", "description": "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!", "icons": { "128": "images\/img128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content.js" ] } ], "page_action": { "default_icon": { "128": "images\/img128.png" } } } |