Video Rotater
Rotate the Video Player to the angle you desire.
Τι είναι το Video Rotater;
Το Video Rotater είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον eccentricjinp, και η κύρια λειτουργία του είναι "Rotate the Video Player to the angle you desire.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Video Rotater
Λήψη αρχείων επέκτασης Video Rotater σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
1. It is completely free. 2. Tested on the Youtube and other play page. 3. Press Ctrl+C to rotate the player in full screen. 4. Enjoy. Update log: 2021/12/07: Tested on more play pages, mainly Youtube player. 2022/07/15: Bug fixed.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Video Rotater |
ID | fmeabdadndledapjgaaheekjneoibhlp |
Επίσημο URL | https://chromewebstore.google.com/detail/video-rotater/fmeabdadndledapjgaaheekjneoibhlp |
Περιγραφή | Rotate the Video Player to the angle you desire. |
Μέγεθος Αρχείου | 11.42 KB |
Αριθμός Εγκαταστάσεων | 2,043 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2022-07-16 |
Ημερομηνία Δημοσίευσης | 2021-09-10 |
Αξιολόγηση | 4.20/5 Συνολικά 20 Αξιολογήσεις |
Προγραμματιστής | eccentricjinp |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Rotater", "description": "Rotate the Video Player to the angle you desire.", "version": "1.2", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+R", "mac": "MacCtrl+R" }, "description": "Rotate the Video Player." } } } |