floatplane-cinema-mode
Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…
Τι είναι το floatplane-cinema-mode;
Το floatplane-cinema-mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον boz.black, και η κύρια λειτουργία του είναι "Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης floatplane-cinema-mode
Λήψη αρχείων επέκτασης floatplane-cinema-mode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the max-width of the video player container to 1920px so that 1080p video is displayed at full resolution. Preference is stored in local storage. I may update this to also apply a semi-opaque layer to the rest of the page for a more immersive viewing experience.
Βασικές Πληροφορίες Επέκτασης
Όνομα | floatplane-cinema-mode |
ID | illocnfoncohhonnhlpdjafenjndaclo |
Επίσημο URL | https://chromewebstore.google.com/detail/floatplane-cinema-mode/illocnfoncohhonnhlpdjafenjndaclo |
Περιγραφή | Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the… |
Μέγεθος Αρχείου | 27.89 KB |
Αριθμός Εγκαταστάσεων | 30 |
Τρέχουσα Έκδοση | 0.2 |
Τελευταία Ενημέρωση | 2019-10-08 |
Ημερομηνία Δημοσίευσης | 2019-10-08 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | boz.black |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/mr-black-8/floatplane-cinema-mode |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/mr-black-8/floatplane-cinema-mode |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "floatplane-cinema-mode", "version": "0.2", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/www.floatplane.com\/*", "https:\/\/www.floatplane.com\/*" ], "css": [ "fpcm-style.css" ], "js": [ "jquery.js", "content.js" ] } ] } |