MirrorPlay : Youtube Mirror
An Extension to laterally invert youtube videos
MirrorPlay : Youtube Mirror란 무엇입니까?
MirrorPlay : Youtube Mirror은(는) latlabsolutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An Extension to laterally invert youtube videos"입니다.
확장 프로그램 스크린샷
MirrorPlay : Youtube Mirror 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
MirrorPlay: Transform YouTube Videos with Ease MirrorPlay is a powerful Chrome extension that allows you to effortlessly invert and mirror YouTube videos with just a simple click. Whether you're practicing your dance moves or exploring artistic concepts, MirrorPlay provides a unique and convenient way to enhance your viewing experience. With MirrorPlay, you can easily flip the orientation of YouTube videos, creating a lateral inversion that gives you a fresh perspective. This feature is especially useful for dancers who want to learn choreography by watching mirrored videos. By seamlessly reversing the video playback, MirrorPlay enables you to follow along and mimic the movements effortlessly. Key Features: Instantly invert and mirror YouTube videos with a single click. Perfect for dancers and performers who rely on mirrored videos for practice. Intuitive and user-friendly interface for seamless integration with YouTube. Enhance your creative process by exploring videos from a different viewpoint. Save time and effort by eliminating the need for manual video editing tools. Take your dancing practice to the next level with MirrorPlay. Install the extension today and experience the convenience and flexibility of laterally inverted YouTube videos like never before.
확장 프로그램 기본 정보
이름 | MirrorPlay : Youtube Mirror |
ID | eicbbneajfipmpcjpcoeijpdmchnohfp |
공식 URL | https://chromewebstore.google.com/detail/mirrorplay-youtube-mirror/eicbbneajfipmpcjpcoeijpdmchnohfp |
설명 | An Extension to laterally invert youtube videos |
파일 크기 | 19.8 KB |
설치 횟수 | 90 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-06-17 |
출시 날짜 | 2023-06-16 |
개발자 | latlabsolutions |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MirrorPlay : Youtube Mirror", "version": "1.0.0", "action": { "default_icon": "YT.png", "default_popup": "popup.html", "default_title": "A popup will come here" }, "description": "An Extension to laterally invert youtube videos", "icons": { "16": "YT_16.png", "32": "YT_32.png", "48": "YT_48.png", "128": "YT_128.png" }, "chrome_url_overrides": [], "commands": [], "content_scripts": [ { "js": [ "userscript.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "content_security_policy": [], "permissions": [ "tabs" ] } |