video mirroring

Mirroring videos from YT.

什麼是video mirroring?

video mirroring是由tomascormack開發的Chrome擴展程式,該擴展的主要功能是“Mirroring videos from YT.”。

擴展截圖

screenshot
screenshot

下載video mirroring擴展crx文件

下載video mirroring擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Some videos on YouTube are reflected, either because they are very old, due to recording problems, etc. This extension aims to fix these problems by mirroring the video you are watching, just clicking in the extension icon. We do not collect any information or browsing history, your privacy is safe with us.                    

擴展基本資訊

名稱 video mirroring video mirroring
ID icfblmejfimdamccpnoihghdjdhkaedi
官方網址 https://chromewebstore.google.com/detail/video-mirroring/icfblmejfimdamccpnoihghdjdhkaedi
簡介 Mirroring videos from YT.
檔案大小 7.69 KB
安裝次數 1,554
目前版本 1.0
更新時間 2021-12-07
上架時間 2021-11-30
評分 3.50/5 共 4 次評分
開發者 tomascormack
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "video mirroring",
    "description": "Mirroring videos from YT.",
    "version": "1.0",
    "icons": {
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_action": "mirror.png"
    },
    "permissions": [
        "activeTab"
    ]
}