OneClick Youtube Picture in Picture PiP View
Watch videos in a floating PiP window even when tab is switched.
Τι είναι το OneClick Youtube Picture in Picture PiP View;
Το OneClick Youtube Picture in Picture PiP View είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον eminzeybek, και η κύρια λειτουργία του είναι "Watch videos in a floating PiP window even when tab is switched.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης OneClick Youtube Picture in Picture PiP View
Λήψη αρχείων επέκτασης OneClick Youtube Picture in Picture PiP View σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
OneClick Picture-in-Picture mode allows you to watch video without interruption while browsing other pages. Within the floating window, you can place the video wherever you want on your screen. Open the YouTube video in scrolling picture-in-picture (PiP) mode in the mini player. This window plays videos on all pages of the browser. Picture-in-Picture mode lets you watch videos in a floating window with video playback controls. How does it work? - Open the video - Open the OneClick Picture-in-Picture app Picture-in-Picture supports the video player on various platforms and sites. This mode lets you watch videos in a floating window so you can keep track of what you're watching while interacting with other sites or apps. Open the YouTube video in scrolling picture-in-picture (PiP) mode in the mini player. This window plays videos on all pages of the browser. How Picture in Picture works: - Find the video and run it. - Select “Picture in Picture” (PiP) mode and you are done. Scrolling Picture-in-Picture (PiP) for YouTube™ respects your privacy. Note: YouTube is a trademark of Google Inc. Use of this trademark is subject to permissions from Google. The scrolling image mode in Picture mode (PiP) for YouTube™ is not rendered, Google Inc. is not affiliated with or endorsed by.
Βασικές Πληροφορίες Επέκτασης
Όνομα | OneClick Youtube Picture in Picture PiP View |
ID | chbbnoadlejhgmjjmkhmmaoabomjnonk |
Επίσημο URL | https://chromewebstore.google.com/detail/oneclick-youtube-picture/chbbnoadlejhgmjjmkhmmaoabomjnonk |
Περιγραφή | Watch videos in a floating PiP window even when tab is switched. |
Μέγεθος Αρχείου | 69.83 KB |
Αριθμός Εγκαταστάσεων | 39 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2023-09-12 |
Ημερομηνία Δημοσίευσης | 2023-09-11 |
Αξιολόγηση | 4.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | eminzeybek |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.puupnewsapp.com/contact/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.puupnewsapp.com/privacy-policy-2 |
Υποστηριζόμενες Γλώσσες | de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja |
manifest.json | |
{ "action": { "default_icon": { "16": "assets\/disabled\/16.png", "32": "assets\/disabled\/32.png", "48": "assets\/disabled\/48.png" }, "default_title": "OneClick Youtube PiP - (PiP) Open active video in Picture-in-Picture" }, "commands": { "_execute_action": [] }, "background": { "service_worker": "worker.js" }, "content_scripts": [ { "all_frames": true, "css": [ "js\/yt.css" ], "js": [ "js\/yt.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "js\/gb.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_description__", "homepage_url": "https:\/\/www.puupnewsapp.com\/youtube-picture-in-picture-pip-chrome-extension\/", "icons": { "128": "assets\/128.png", "16": "assets\/16.png", "256": "assets\/256.png", "32": "assets\/32.png", "48": "assets\/48.png", "512": "assets\/512.png", "64": "assets\/64.png" }, "manifest_version": 3, "name": "OneClick Youtube Picture in Picture PiP View", "permissions": [ "storage", "scripting", "activeTab", "https:\/\/puupnewsapp.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3" } |