Picture in Picture
Floating Video for Chrome. Watch video in PiP Mode.
Τι είναι το Picture in Picture;
Το Picture in Picture είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sovelkinnikita, και η κύρια λειτουργία του είναι "Floating Video for Chrome. Watch video in PiP Mode.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Picture in Picture
Λήψη αρχείων επέκτασης Picture in Picture σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Picture in Picture |
ID | opimkfaiaekjknodenklcjdeaeedjdkc |
Επίσημο URL | https://chromewebstore.google.com/detail/picture-in-picture/opimkfaiaekjknodenklcjdeaeedjdkc |
Περιγραφή | Floating Video for Chrome. Watch video in PiP Mode. |
Μέγεθος Αρχείου | 17.1 KB |
Αριθμός Εγκαταστάσεων | 844 |
Τρέχουσα Έκδοση | 2.1.7 |
Τελευταία Ενημέρωση | 2021-12-22 |
Ημερομηνία Δημοσίευσης | 2021-02-08 |
Αξιολόγηση | 4.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | sovelkinnikita |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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", " |