Picture in Picture for Your Browser
Picture in Picture supports the video player on Youtube, Twitch, Mixer, Facebook and many other platforms and sites.
Τι είναι το Picture in Picture for Your Browser;
Το Picture in Picture for Your Browser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://pip-browser.com, και η κύρια λειτουργία του είναι "Picture in Picture supports the video player on Youtube, Twitch, Mixer, Facebook and many other platforms and sites.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Picture in Picture for Your Browser
Λήψη αρχείων επέκτασης Picture in Picture for Your Browser σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Picture in Picture allows you to watch videos in a floating window (always on top of other windows) so you can keep track of what you are watching while interacting with other sites or applications. Open the YouTube video on the mini player in floating image-in-picture (PIP) mode. Supports video player on Youtube, Twitch, Mixer, Facebook and many other platforms and sites. Click on the extension icon to reduce the video player on YouTube and other sites. This window will play videos on all pages of the browser. How Picture in Picture works: 1. Find the video and run it. 2. Click the extension icon to reduce the video player on YouTube and other sites. 3. Select the “Floating Picture in Picture” (PIP) mode, and you're done. There is one thing worth noting: while you can freely browse other sites while playing a video in a pop-up window, you should keep the original tab open. Floating picture in picture is a powerful tool for watching videos on a mini-video player for all sites. The Picture in Picture floating panel is a lightweight addon that gives you access to videos on the entire site with one click. Note 1: A floating panel for all is an extension that is developed and maintained independently. Note 2: A floating panel for everyone simply makes it easier to access PIP videos for all video sites. Floating Picture in Picture (PIP) for YouTube ™ respects your privacy. P.S.:YouTube is a trademark of Google Inc. Use of this trademark is subject to Google permissions. The floating image mode in Picture mode (PIP) for YouTube ™ is not created, is not associated with Google Inc. or not supported.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gffbkijcnmfpkknjhfcncgfdfdljoflf |
Επίσημο URL | https://chrome.google.com/webstore/detail/picture-in-picture-for-yo/gffbkijcnmfpkknjhfcncgfdfdljoflf |
Περιγραφή | Picture in Picture supports the video player on Youtube, Twitch, Mixer, Facebook and many other platforms and sites. |
Μέγεθος Αρχείου | 33.74 KB |
Αριθμός Εγκαταστάσεων | 16,091 |
Τρέχουσα Έκδοση | 1.3 |
Τελευταία Ενημέρωση | 2020-01-05 |
Ημερομηνία Δημοσίευσης | 2019-12-27 |
Αξιολόγηση | 2.95/5 Συνολικά 43 Αξιολογήσεις |
Προγραμματιστής | http://pip-browser.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://docs.google.com/document/d/e/2PACX-1vTDg4MjAc8KBNtV_J2u81BTH_kz-xeVGHVNK2N9db0WAqd7ePKAcUk7xUEcms6lvBohMxAzqCS23XGH/pub |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.3", "icons": { "64": "64.png", "128": "128.png" }, "browser_action": { "default_title": "__MSG_appName__", "default_icon": { "64": "64.png", "128": "128.png" } }, "web_accessible_resources": [ "*" ], "background": { "scripts": [ "background.js" ] }, "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |