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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}