YT Mirror
YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.
What is YT Mirror?
YT Mirror is a Chrome extension developed by cholodymedia, and its main feature is "YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly.".
Extension Screenshots
Download YT Mirror Extension CRX File
Download YT Mirror extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YT Mirror |
ID | nokjcgeafjfhlbclmmgfeiiebgjfollb |
Official URL | https://chromewebstore.google.com/detail/yt-mirror/nokjcgeafjfhlbclmmgfeiiebgjfollb |
Description | YT Mirror adds a new 'mirror' button to the YouTube player, allowing you to horizontally flip videos effortlessly. |
File Size | 9.12 KB |
Installation Count | 11,857 |
Current Version | 1.1.7 |
Last Updated | 2023-07-11 |
Publish Date | 2021-09-19 |
Rating | 4.75/5 Total 20 Ratings |
Developer | cholodymedia |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |