Full Screen for Google Chrome 2.0

Turn to full-screen while watching a video/movie in one single click.

Full Screen for Google Chrome 2.0란 무엇입니까?

Full Screen for Google Chrome 2.0은(는) V & G에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn to full-screen while watching a video/movie in one single click."입니다.

확장 프로그램 스크린샷

screenshot

Full Screen for Google Chrome 2.0 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ⬇️Easy to set up⬇️:


1. Download and install the extension.
2. That's it. You don’t have to do anything else.
3. Click it whenever you want to enter full-screen mode. 📺


✨Features ✨:

1. Auto Full-Screen option lets you enter the full-screen mode automatically whenever you click on the play ▶️ button.
2. Works for all video players as well as YouTube, and HTML5.


A lightweight and useful add-in designed to work fast on any web page, image, or video to turn to full screen.                    

확장 프로그램 기본 정보

이름 Full Screen for Google Chrome 2.0 Full Screen for Google Chrome 2.0
ID eakledjaonbmdfeklmameopnncfoldfk
공식 URL https://chromewebstore.google.com/detail/full-screen-for-google-ch/eakledjaonbmdfeklmameopnncfoldfk
설명 Turn to full-screen while watching a video/movie in one single click.
파일 크기 42.01 KB
설치 횟수 199
현재 버전 1.0.0
최근 업데이트 2022-10-14
출시 날짜 2022-10-13
평점 4.65/5 총 17 개의 평점
개발자 V & G
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Screen for Google Chrome 2.0",
    "description": "Turn to full-screen while watching a video\/movie in one single click.",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "logo\/logo-16-new.png",
        "128": "logo\/logo-128-new.png"
    },
    "action": [],
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}