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ファイルをダウンロード
YT Mirror拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |