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 |
| 官方網址 | 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 次評分 |
| 開發者 | 绅士喵 |
| 電子郵箱 | [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
} | |