YouTube Picture-In-Picture
This extension pops the current video to a floating window and allows you to continue watching it while using other applications.
Τι είναι το YouTube Picture-In-Picture;
Το YouTube Picture-In-Picture είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Simon Li, και η κύρια λειτουργία του είναι "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης YouTube Picture-In-Picture
Λήψη αρχείων επέκτασης YouTube Picture-In-Picture σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
YouTube Picture-in-Picture floats the current video to a small window so you can watch it while using other applications. Best for watching tutorial videos.
Βασικές Πληροφορίες Επέκτασης
Όνομα | YouTube Picture-In-Picture |
ID | phneljjeificmdaehodadkdiacgiinbk |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-picture-in-pictur/phneljjeificmdaehodadkdiacgiinbk |
Περιγραφή | This extension pops the current video to a floating window and allows you to continue watching it while using other applications. |
Μέγεθος Αρχείου | 9.37 KB |
Αριθμός Εγκαταστάσεων | 744 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2020-12-04 |
Ημερομηνία Δημοσίευσης | 2020-12-03 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Simon Li |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Picture-In-Picture", "version": "1.0.1", "description": "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.", "manifest_version": 2, "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "permissions": [ "tabs", "https:\/\/www.youtube.com\/*", "storage" ], "browser_action": { "default_icon": "icon-64.png", "default_title": "YouTube Picture-in-Picture", "default_popup": "popup.html" } } |