Picture in Picture Video
Extension to trigger PIP!
Hvad er Picture in Picture Video?
Picture in Picture Video er en Chrome-udvidelse udviklet af mickeyjc, og dens hovedfunktion er "Extension to trigger PIP!".
Udvidelsesskærmbilleder
Download Picture in Picture Video-udvidelses-CRX-fil
Download Picture in Picture Video-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
Trigger Picture in Picture mode for HTML 5 video element. Should work for all web page that has an HTML 5 video. eg, youtube - Install the extension - Browse to the webpage that contains a web video - The PIP extension icon should turn Green - Click the PIP extension icon - Web video will be in picture in picture mode.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cfbelahlacbmjflikmaagnfpoadanpfh |
Officiel URL | https://chrome.google.com/webstore/detail/picture-in-picture-video/cfbelahlacbmjflikmaagnfpoadanpfh |
Beskrivelse | Extension to trigger PIP! |
Filstørrelse | 11.21 KB |
Antal Installationer | 1,000 |
Nuværende Version | 1.0 |
Senest Opdateret | 2019-11-30 |
Udgivelsesdato | 2019-11-30 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | mickeyjc |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture in Picture Video", "version": "1.0", "description": "Extension to trigger PIP!", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "storage", "https:\/\/*\/" ], "browser_action": { "default_title": "Picture in Picture", "default_icon": { "16": "images\/icon16x.png", "32": "images\/icon32x.png", "48": "images\/icon32x.png", "128": "images\/icon128x.png" } }, "manifest_version": 2 } |