YT Zoom

Add option to zoom any Youtube wideo.

什麼是YT Zoom?

YT Zoom是由cholodymedia開發的Chrome擴展程式,該擴展的主要功能是“Add option to zoom any Youtube wideo.”。

擴展截圖

screenshot

下載YT Zoom擴展crx文件

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

擴展使用說明

                        YT Zoom works automatically. Just click "Add to Chrome," then visit any Youtube video and click magnifier button to zoom your video.

Additionally, you can move a zoomed video with these buttons:
Ctrl + ⬅ - move viewpoint left
Ctrl + ➡ - move viewpoint right
Ctrl + ⬆ - move viewpoint up
Ctrl + ⬇ - move viewpoint down
Ctrl + Backspace - reset viewpoint to center                    

擴展基本資訊

名稱 YT Zoom YT Zoom
ID gaanolhdjafoofiogciikoimdfakndjp
官方網址 https://chromewebstore.google.com/detail/yt-zoom/gaanolhdjafoofiogciikoimdfakndjp
簡介 Add option to zoom any Youtube wideo.
檔案大小 20.34 KB
安裝次數 354
目前版本 1.0.1
更新時間 2022-08-09
上架時間 2022-08-05
評分 4.50/5 共 4 次評分
開發者 cholodymedia
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YT Zoom",
    "description": "Add option to zoom any Youtube wideo.",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "YT Zoom",
        "default_icon": {
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}