Video Rotater

Rotate the Video Player to the angle you desire.

Qu'est-ce que Video Rotater ?

Video Rotater est une extension Chrome développée par eccentricjinp, et sa fonction principale est "Rotate the Video Player to the angle you desire.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Video Rotater

Téléchargez les fichiers d'extension Video Rotater au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Video Rotater Video Rotater
ID fmeabdadndledapjgaaheekjneoibhlp
URL Officiel https://chromewebstore.google.com/detail/video-rotater/fmeabdadndledapjgaaheekjneoibhlp
Description Rotate the Video Player to the angle you desire.
Taille du Fichier 11.42 KB
Nombre d'Installations 2,043
Version Actuelle 1.2
Dernière Mise à Jour 2022-07-16
Date de Publication 2021-09-10
Évaluation 4.20/5 Total 20 Évaluations
Développeur eccentricjinp
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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."
        }
    }
}