Picture-in-Picture YouTube - Netflix and more
Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.
Hvad er Picture-in-Picture YouTube - Netflix and more?
Picture-in-Picture YouTube - Netflix and more er en Chrome-udvidelse udviklet af barreiro01919, og dens hovedfunktion er "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.".
Udvidelsesskærmbilleder
Download Picture-in-Picture YouTube - Netflix and more-udvidelses-CRX-fil
Download Picture-in-Picture YouTube - Netflix and more-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Simple extension picture in picture. This means that sites like Netflix,YouTube, Amazon Prime, Disney Plus, and Hulu will work!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ahdijafdcpkcefendeaobodkfjcmphac |
Officiel URL | https://chromewebstore.google.com/detail/picture-in-picture-youtub/ahdijafdcpkcefendeaobodkfjcmphac |
Beskrivelse | Picture-in-Picture mode allows you to watch video in a floating window with playback video controls. |
Filstørrelse | 6.21 KB |
Antal Installationer | 2,156 |
Nuværende Version | 1.0.6 |
Senest Opdateret | 2023-07-25 |
Udgivelsesdato | 2020-12-03 |
Bedømmelse | 3.59/5 Samlet 29 Bedømmelser |
Udvikler | barreiro01919 |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://sites.google.com/view/extensions-privacy |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture-in-Picture YouTube - Netflix and more", "description": "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.", "version": "1.0.6", "icons": { "128": "icon128.png" }, "action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Picture-in-Picture" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "manifest_version": 3 } |