Rotate that Video Player
The ability to rotate a video clip by 90, 180 or 270 degrees.
Τι είναι το Rotate that Video Player;
Το Rotate that Video Player είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.stefanvd.net, και η κύρια λειτουργία του είναι "The ability to rotate a video clip by 90, 180 or 270 degrees.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Rotate that Video Player
Λήψη αρχείων επέκτασης Rotate that Video Player σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Thanks to this Chrome extension you can finally fix the know VSS problem, that you see sometime on YouTube™ videos. It's finally here, the "Rotate that Video Player": ✓ Easy rotate the video player on YouTube, thanks to the slider ✓ Move the movie player more with an extra slider Never heard of the Vertical Video Syndrome (VVS)? Vertical Video Syndrome (VVS) is a fictitious disease which satirically claims that those afflicted can only shoot videos in a portrait orientation, as opposed to the more viewer-friendly landscape mode. See also this most popular browser extension: Turn Off the Lights https://chrome.google.com/webstore/detail/turn-off-the-lights/bfbmjmiodbnnpllbbbfblcplfjjepjdn
Βασικές Πληροφορίες Επέκτασης
Όνομα | Rotate that Video Player |
ID | ijpcmpbcokpgmecfkmehleemljfkeimo |
Επίσημο URL | https://chromewebstore.google.com/detail/rotate-that-video-player/ijpcmpbcokpgmecfkmehleemljfkeimo |
Περιγραφή | The ability to rotate a video clip by 90, 180 or 270 degrees. |
Μέγεθος Αρχείου | 65.08 KB |
Αριθμός Εγκαταστάσεων | 43,300 |
Τρέχουσα Έκδοση | 0.0.0.3 |
Τελευταία Ενημέρωση | 2022-03-03 |
Ημερομηνία Δημοσίευσης | 2013-09-14 |
Αξιολόγηση | 3.73/5 Συνολικά 104 Αξιολογήσεις |
Προγραμματιστής | https://www.stefanvd.net |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.stefanvd.net |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.stefanvd.net/support/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.stefanvd.net/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "short_name": "Rotate that Video Player", "homepage_url": "https:\/\/www.stefanvd.net\/support\/", "version": "0.0.0.3", "description": "__MSG_description__", "author": "Stefan vd", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon1.png", "default_title": "__MSG_pageatitle__", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": false }, "content_security_policy": "default-src 'none'; script-src 'self'; img-src *; object-src 'none'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "run_at": "document_idle" } ], "minimum_chrome_version": "18", "offline_enabled": true, "permissions": [ "activeTab" ] } |