Zoom To Fill

Install zoom to fill chrome extension and remove black bars from videos

什麼是Zoom To Fill?

Zoom To Fill是由Zoom To Fill開發的Chrome擴展程式,該擴展的主要功能是“Install zoom to fill chrome extension and remove black bars from videos”。

擴展截圖

screenshot

下載Zoom To Fill擴展crx文件

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

擴展使用說明

                        Zoom to fill chrome extension removes black bars from videos on Netflix, Amazon Prime, Disney+, HBO Max, and YouTube. It also allows you to change the aspect ratio of any video, so you can watch it in full screen on your ultrawide monitor. 


How to Use?  

>>Install the extension from the Chrome Web Store. 

>>Visit a website that has videos. 

>>Click on the extension icon in the top right corner of your browser. 

>>Select the aspect ratio you want to use. 

>>The video will be resized to fit the selected aspect ratio. 

 
Features 

>>Removes black bars from videos on most websites. 

>>Allows you to change the aspect ratio of any video. 

>>Works on ultrawide monitors.                    

擴展基本資訊

名稱 Zoom To Fill Zoom To Fill
ID gjdbakmcldoaklnobplcbcillcbbcjmm
官方網址 https://chromewebstore.google.com/detail/zoom-to-fill/gjdbakmcldoaklnobplcbcillcbbcjmm
簡介 Install zoom to fill chrome extension and remove black bars from videos
檔案大小 314 KB
安裝次數 434
目前版本 1.0.0
更新時間 2023-06-06
上架時間 2023-06-06
評分 2.33/5 共 3 次評分
開發者 Zoom To Fill
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "Zoom To Fill",
    "description": "Install zoom to fill chrome extension and remove black bars from videos",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/Icon 16.png",
            "32": "icons\/Icon 32.png",
            "64": "icons\/Icon 64.png",
            "128": "icons\/Icon 128.png",
            "2000": "icons\/Icon 2000.png"
        }
    },
    "icons": {
        "16": "icons\/Icon 16.png",
        "32": "icons\/Icon 32.png",
        "64": "icons\/Icon 64.png",
        "128": "icons\/Icon 128.png",
        "2000": "icons\/Icon 2000.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "gcm",
        "notifications",
        "scripting"
    ]
}