Rotate YouTube Video

Rotate and scale YouTube video.

什麼是Rotate YouTube Video?

Rotate YouTube Video是由echoviser開發的Chrome擴展程式,該擴展的主要功能是“Rotate and scale YouTube video.”。

擴展截圖

screenshot

下載Rotate YouTube Video擴展crx文件

下載Rotate YouTube Video擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows you to rotate and scale YouTube video by CTRL/ALT + Mouse.                    

擴展基本資訊

名稱 Rotate YouTube Video Rotate YouTube Video
ID lcinhcicakienghnfpigejmbnganpmjl
官方網址 https://chrome.google.com/webstore/detail/lcinhcicakienghnfpigejmbnganpmjl
簡介 Rotate and scale YouTube video.
檔案大小 2.12 MB
安裝次數 503
目前版本 1.0
更新時間 2023-03-31
上架時間 2023-03-31
評分 1.60/5 共 5 次評分
開發者 echoviser
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rotate YouTube Video",
    "version": "1.0",
    "description": "Rotate and scale YouTube video.",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "youtube-16.png",
        "48": "youtube-48.png",
        "64": "youtube-64.png",
        "128": "youtube-128.png",
        "256": "youtube-256.png"
    }
}