YouWatch

Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!

什麼是YouWatch?

YouWatch是由Meonaze Developer開發的Chrome擴展程式,該擴展的主要功能是“Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!”。

擴展截圖

screenshot

下載YouWatch擴展crx文件

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

擴展使用說明

                        Button to toggle Picture in Picture mode shows up when video on a page starts playing                    

擴展基本資訊

名稱 YouWatch YouWatch
ID cfdnldjcnachhlmeaeocfapmpmpiagga
官方網址 https://chromewebstore.google.com/detail/youwatch/cfdnldjcnachhlmeaeocfapmpmpiagga
簡介 Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!
檔案大小 8.75 KB
安裝次數 23
目前版本 1.1
更新時間 2018-11-30
上架時間 2018-11-26
評分 5.00/5 共 4 次評分
開發者 Meonaze Developer
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouWatch",
    "version": "1.1",
    "description": "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!",
    "icons": {
        "128": "images\/img128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "128": "images\/img128.png"
        }
    }
}