CIP - Picture In Picture (AKA. PIP) player
Play video in Picture-In-Picture mode (aka. PIP)
CIP - Picture In Picture (AKA. PIP) playerとは何ですか?
CIP - Picture In Picture (AKA. PIP) playerはufo22940268によって開発されたChromeの拡張機能で、その主な機能は「Play video in Picture-In-Picture mode (aka. PIP)」です。
拡張機能のスクリーンショット
CIP - Picture In Picture (AKA. PIP) player拡張機能のCRXファイルをダウンロード
CIP - Picture In Picture (AKA. PIP) player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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                     拡張機能の基本情報
| 名前 |   |  
| ID | oacpifbefgeacllmohgglfjmgchadkjh | 
| 公式URL | https://chromewebstore.google.com/detail/cip-picture-in-picture-ak/oacpifbefgeacllmohgglfjmgchadkjh | 
| 説明 | Play video in Picture-In-Picture mode (aka. PIP) | 
| ファイルサイズ | 9.67 KB | 
| インストール数 | 962 | 
| 現在のバージョン | 1.2 | 
| 最終更新日 | 2018-11-23 | 
| 公開日 | 2018-11-23 | 
| 評価 | 4.45/5 合計 11 レビュー | 
| 開発者 | ufo22940268 | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/ufo22940268/CIP | 
| 対応言語 | 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
}  |  |