Picture-in-Picture Plus
Let all HTML5 videos force the Picture-in-picture mode!
Picture-in-Picture Plusとは何ですか?
Picture-in-Picture Plusは绅士喵によって開発されたChromeの拡張機能で、その主な機能は「Let all HTML5 videos force the Picture-in-picture mode!」です。
拡張機能のスクリーンショット
Picture-in-Picture Plus拡張機能のCRXファイルをダウンロード
Picture-in-Picture Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A more perfect Picture-in-Picture extension that supports iframe-loaded video. Source code: https://github.com/Hentioe/chropip-plus 拡張機能の基本情報
| 名前 | |
| ID | hkjdaeehgkbdbpgffjgiahldidifdbgg |
| 公式URL | https://chromewebstore.google.com/detail/picture-in-picture-plus/hkjdaeehgkbdbpgffjgiahldidifdbgg |
| 説明 | Let all HTML5 videos force the Picture-in-picture mode! |
| ファイルサイズ | 4.23 KB |
| インストール数 | 634 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2018-10-13 |
| 公開日 | 2018-10-13 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | 绅士喵 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Picture-in-Picture Plus",
"description": "Let all HTML5 videos force the Picture-in-picture mode!",
"version": "0.1.0",
"icons": {
"100": "assets\/icon100.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": [],
"permissions": [
"activeTab"
],
"minimum_chrome_version": "69.0.3483.0",
"manifest_version": 2
} | |