YTME - Youtube Theater Mode Expander

유튜브 영화관모드 확장 - Youtube screen expander on theater mode

YTME - Youtube Theater Mode Expanderคืออะไร?

YTME - Youtube Theater Mode Expander เป็นส่วนขยายของ Chrome ที่พัฒนาโดย keisokoo และคุณลักษณะหลักของมันคือ "유튜브 영화관모드 확장 - Youtube screen expander on theater mode"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YTME - Youtube Theater Mode Expander

ดาวน์โหลดไฟล์ส่วนขยาย YTME - Youtube Theater Mode Expander ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Youtube Theater Mode Expander (fit on window screen)

개인적으로 사용하려고 만들었습니다.
유튜브의 영화관 모드를 창크기에 맞게 확장합니다.

영화관 모드를 활성화하면 자동 적용됩니다.

영화관모드를 활성화하거나 단축키 t 를 누르세요 ^^;
(You just press the theater mode shortcut "t")

활성화된 화면에서 확장프로그램 아이콘을 클릭하면 추가 기능을 설정할 수 있습니다.
추가 기능 메뉴는 확장프로그램 아이콘 우클릭 -> 옵션에서 끄고 켤 수 있습니다.

추가 기능 항목,
A-B 구간 반복
영상 좌우 반전, 영상 이동, 줌인 줌아웃
화면 채우기, 화면 회전
(By clicking on the extension icon in the active window, you can configure additional features.
The additional features menu can be turned on and off by right-clicking on the extension icon and selecting Options.

Additional feature items:
- A-B Looping
- Video Flip Horizontally, Video Movement, Zoom In, Zoom Out
- Fill Screen, Screen Rotation)


0.40.01 - rebuild, moved function icon, remove hq
0.40.02- fix, detect theater timimg (극장모드 감지 코드 변경, 극장모드시 또는 돌아갔을때 비디오 사이즈 최적화)
0.40.03 - add, always theater mode. (항상 극장모드 기능, 설정은 옵션페이지에서)
0.40.04 - add, hide scrollbar option. (스크롤바 숨김 기능, 설정은 옵션페이지)

사용법은 유튜브를 확인해 주세요.
Watch this youtube
https://youtu.be/F8Um51lHUC0

Privacy Policy
모든 데이터는 브라우저에 오프라인으로 저장 됩니다.
All data are stored offline in your browser.

데이터를 어떤 곳에도 전송하거나 사용하지 않습니다.
No data are transmitted to anywhere, ever.

이 확장 프로그램은 어떠한 정보도 수집하지 않으며, 추척하지도 않습니다. 광고도 없습니다.
My browser extensions do not collect personal information, do not collect your browsing history, and do not track your browsing activity. They do not collect data of any sort, and they do not inject ads.

See below,
https://github.com/keisokoo/docs/blob/master/README.md                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YTME - Youtube Theater Mode Expander YTME - Youtube Theater Mode Expander
ID kaiiojeoonlflmcimcfkdeccpgngnhkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ytme-youtube-theater-mode/kaiiojeoonlflmcimcfkdeccpgngnhkj
คำอธิบาย 유튜브 영화관모드 확장 - Youtube screen expander on theater mode
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 752
เวอร์ชันปัจจุบัน 0.40.04
อัปเดตครั้งล่าสุด 2023-10-25
วันที่เผยแพร่ 2019-08-08
คะแนน 4.50/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา keisokoo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/keisokoo/ytme
URL หน้าช่วยเหลือ https://github.com/keisokoo/ytme
URL หน้านโยบายความเป็นส่วนตัว https://github.com/keisokoo/docs
ภาษาที่รองรับ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YTME - Youtube Theater Mode Expander",
    "version": "0.40.04",
    "description": "\uc720\ud29c\ube0c \uc601\ud654\uad00\ubaa8\ub4dc \ud655\uc7a5 - Youtube screen expander on theater mode",
    "options_page": "\/options.html",
    "background": {
        "service_worker": "\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "Run YTME"
        }
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "\/content.js"
            ],
            "css": [
                "\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}