Floating Player for Youtube™ Videos
Floating youtube always on top
Τι είναι το Floating Player for Youtube™ Videos;
Το Floating Player for Youtube™ Videos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Free Software Utilities, και η κύρια λειτουργία του είναι "Floating youtube always on top".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Floating Player for Youtube™ Videos
Λήψη αρχείων επέκτασης Floating Player for Youtube™ Videos σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Want to watch Youtube videos and take notes on the video at the same time using Google Docs? Ever had a class project where you needed to work with your classmates and take notes while watching a Khan Academy video? This isnt possible if you use the current "picture-in-picture" feature which is available on Youtube's website. The Youtube Mini Player is not able to be dragged and dropped to a different browser tab. Install Floating Player for Youtube™ Videos today and you can begin to drag the minified Youtube Video Player to another browser tab such as Google Docs so that you can take notes in real time while you are watching the Video. The best thing about this extension besides being free is we support Google Docs! So your classmates can also help you with note taking while both of you watch the video. Get the best set of notes now as multiple students help work on a common set of notes today inside Google Docs. Disclaimer: Please note this extension is NOT made by Google/Youtube and is made by an independent development team. All copyrights belong to their respective owners. Youtube doesn’t endorse or sponsor this Chrome extension. Floating Player for Youtube™ Videos is not owned by, is not licensed by and is not a subsidiary of Youtube or Google Inc.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Floating Player for Youtube™ Videos |
ID | mcodbccegmndmnbpbgkpdkoleoagjpgk |
Επίσημο URL | https://chromewebstore.google.com/detail/floating-player-for-youtu/mcodbccegmndmnbpbgkpdkoleoagjpgk |
Περιγραφή | Floating youtube always on top |
Μέγεθος Αρχείου | 60.16 KB |
Αριθμός Εγκαταστάσεων | 37,982 |
Τρέχουσα Έκδοση | 3.0.0 |
Τελευταία Ενημέρωση | 2023-11-09 |
Ημερομηνία Δημοσίευσης | 2020-04-13 |
Αξιολόγηση | 3.80/5 Συνολικά 303 Αξιολογήσεις |
Προγραμματιστής | Free Software Utilities |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://save-photos.freebusinessapps.net/privacy-policy |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/welcome.js" }, "action": { "default_icon": "src\/images\/icon-96.png", "default_popup": "src\/popup.html", "default_title": "Floating Youtube always on top" }, "content_scripts": [ { "js": [ "src\/page.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ], "default_locale": "en", "description": "__MSG_application_description__", "icons": { "128": "src\/images\/icon-128.png", "16": "src\/images\/icon-16.png", "32": "src\/images\/icon-32.png", "48": "src\/images\/icon-48.png", "96": "src\/images\/icon-96.png" }, "manifest_version": 3, "name": "__MSG_application_title__", "version": "3.0.0", "homepage_url": "https:\/\/floating-youtube.freebusinessapps.net" } |