Picture in Picture
Floating Video for Chrome. Watch video in PiP Mode.
Was ist Picture in Picture?
Picture in Picture ist eine Chrome-Erweiterung, die von sovelkinnikita entwickelt wurde, und ihr Hauptmerkmal ist "Floating Video for Chrome. Watch video in PiP Mode.".
Erweiterungsscreenshots
Picture in Picture-Erweiterungs-CRX-Datei herunterladen
Laden Sie Picture in Picture-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A very cool extension Picture in Picture is ready to amaze you. You can watch web videos in a floating window. Or if you are viewing some other pages on the Internet, then you can still view the video at the same time in the floating window. It's very convenient. The Picture in Picture extension is quite multifunctional: it works on all desktop platforms; always on top, resizable floating window. Picture in Picture is easy to use and lightweight. Our new product is the most convenient and comfortable for you. Rather, install Picture in Picture and see for yourself.
Grundlegende Informationen zur Erweiterung
Name | Picture in Picture |
ID | opimkfaiaekjknodenklcjdeaeedjdkc |
Offizielle URL | https://chromewebstore.google.com/detail/picture-in-picture/opimkfaiaekjknodenklcjdeaeedjdkc |
Beschreibung | Floating Video for Chrome. Watch video in PiP Mode. |
Dateigröße | 17.1 KB |
Installationsanzahl | 844 |
Aktuelle Version | 2.1.7 |
Letztes Update | 2021-12-22 |
Veröffentlichungsdatum | 2021-02-08 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | sovelkinnikita |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "js\/background.html" }, "browser_action": { "default_icon": { "128": "media\/icon-128.png" } }, "content_scripts": [ { "all_frames": true, "js": [ "media\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "media\/icon-128.png" }, "name": "__MSG_appName__", "manifest_version": 2, "permissions": [ "storage", " |