Video Rotater

Rotate the Video Player to the angle you desire.

Video Rotater là gì?

Video Rotater là một tiện ích mở rộng Chrome được phát triển bởi eccentricjinp, và tính năng chính của nó là "Rotate the Video Player to the angle you desire.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Video Rotater

Tải xuống các tệp mở rộng Video Rotater dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Video Rotater Video Rotater
ID fmeabdadndledapjgaaheekjneoibhlp
URL Chính Thức https://chromewebstore.google.com/detail/video-rotater/fmeabdadndledapjgaaheekjneoibhlp
Mô tả Rotate the Video Player to the angle you desire.
Kích Thước Tệp 11.42 KB
Số Lần Cài Đặt 2,043
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-07-16
Ngày Phát Hành 2021-09-10
Đánh Giá 4.20/5 Tổng số 20 Đánh Giá
Nhà Phát Triển eccentricjinp
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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."
        }
    }
}