Video Rotater

Rotate the Video Player to the angle you desire.

Video Rotater क्या है?

Video Rotater eccentricjinp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rotate the Video Player to the angle you desire."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Video Rotater एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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."
        }
    }
}