YT Mirror
YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.
YT Mirror란 무엇입니까?
YT Mirror은(는) cholodymedia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly."입니다.
확장 프로그램 스크린샷
YT Mirror 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension seamlessly integrates with the YouTube player, placing a convenient "mirror" button alongside the native controls. With a single click, your video instantly reflects a mirror image. 🔒 YT Mirror respects your privacy - no browsing history or private data is collected.
확장 프로그램 기본 정보
이름 | YT Mirror |
ID | nokjcgeafjfhlbclmmgfeiiebgjfollb |
공식 URL | https://chromewebstore.google.com/detail/yt-mirror/nokjcgeafjfhlbclmmgfeiiebgjfollb |
설명 | YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly. |
파일 크기 | 9.12 KB |
설치 횟수 | 11,857 |
현재 버전 | 1.1.7 |
최근 업데이트 | 2023-07-11 |
출시 날짜 | 2021-09-19 |
평점 | 4.75/5 총 20 개의 평점 |
개발자 | cholodymedia |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YT Mirror", "description": "YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.", "version": "1.1.7", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "96": "icons\/icon_96.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "YT Mirror", "default_icon": "icons\/icon_32.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ] } |