CIP - Picture In Picture (AKA. PIP) player

Play video in Picture-In-Picture mode (aka. PIP)

CIP - Picture In Picture (AKA. PIP) player là gì?

CIP - Picture In Picture (AKA. PIP) player là một tiện ích mở rộng Chrome được phát triển bởi ufo22940268, và tính năng chính của nó là "Play video in Picture-In-Picture mode (aka. PIP)".

Ả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 CIP - Picture In Picture (AKA. PIP) player

Tải xuống các tệp mở rộng CIP - Picture In Picture (AKA. PIP) player 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

                        CIP is short for Cat In Picture. It can let you trigger Picture In Picture window in chrome browser.

How to use it

When you browser a page with a html5 player in it, and then click the extension icon. Then the video will be played in a floating window.

Tested in following websites

- https://www.twitch.tv/
- https://youtube.com/
- https://www.douyu.com/ (Using html5 player)
- https://www.bilibili.com/

The extension should works on other websites as well.

Source code:  https://github.com/ufo22940268/CIP                    

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

Tên CIP - Picture In Picture (AKA. PIP) player CIP - Picture In Picture (AKA. PIP) player
ID oacpifbefgeacllmohgglfjmgchadkjh
URL Chính Thức https://chromewebstore.google.com/detail/cip-picture-in-picture-ak/oacpifbefgeacllmohgglfjmgchadkjh
Mô tả Play video in Picture-In-Picture mode (aka. PIP)
Kích Thước Tệp 9.67 KB
Số Lần Cài Đặt 962
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-11-23
Ngày Phát Hành 2018-11-23
Đánh Giá 4.45/5 Tổng số 11 Đánh Giá
Nhà Phát Triển ufo22940268
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ufo22940268/CIP
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CIP - Picture In Picture (AKA. PIP) player",
    "version": "1.2",
    "description": "Play video in Picture-In-Picture mode (aka. PIP)",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "background",
        "activeTab"
    ],
    "browser_action": [],
    "manifest_version": 2
}