Picture-in-Picture YouTube - Netflix and more
Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.
Vad är Picture-in-Picture YouTube - Netflix and more?
Picture-in-Picture YouTube - Netflix and more är en Chrome-tillägg utvecklad av barreiro01919, och dess huvudfunktion är "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.".
Tilläggsskärmbilder
Ladda ner Picture-in-Picture YouTube - Netflix and more-förlängningens CRX-fil
Ladda ner Picture-in-Picture YouTube - Netflix and more-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Simple extension picture in picture. This means that sites like Netflix,YouTube, Amazon Prime, Disney Plus, and Hulu will work!
Grundläggande Information om Tillägg
Namn | |
ID | ahdijafdcpkcefendeaobodkfjcmphac |
Officiell webbadress | https://chromewebstore.google.com/detail/picture-in-picture-youtub/ahdijafdcpkcefendeaobodkfjcmphac |
Beskrivning | Picture-in-Picture mode allows you to watch video in a floating window with playback video controls. |
Filstorlek | 6.21 KB |
Antal Installationer | 2,156 |
Aktuell Version | 1.0.6 |
Senast Uppdaterad | 2023-07-25 |
Publiceringsdatum | 2020-12-03 |
Betyg | 3.59/5 Totalt 29 Betyg |
Utvecklare | barreiro01919 |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://sites.google.com/view/extensions-privacy |
Stödda Språk | 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 } |