YouWatch

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

YouWatch là gì?

YouWatch là một tiện ích mở rộng Chrome được phát triển bởi Meonaze Developer, và tính năng chính của nó là "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouWatch

Tải xuống các tệp mở rộng YouWatch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouWatch YouWatch
ID cfdnldjcnachhlmeaeocfapmpmpiagga
URL Chính Thức https://chromewebstore.google.com/detail/youwatch/cfdnldjcnachhlmeaeocfapmpmpiagga
Mô tả Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!
Kích Thước Tệp 8.75 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-11-30
Ngày Phát Hành 2018-11-26
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Meonaze Developer
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}