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.                     擴展基本資訊
| 名稱 |   |  
| ID | nokjcgeafjfhlbclmmgfeiiebgjfollb | 
| 官方網址 | 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"
            ]
        }
    ]
}  |  |