Picture-in-Picture (PiP) for All 4
Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player
什麼是Picture-in-Picture (PiP) for All 4?
Picture-in-Picture (PiP) for All 4是由Ollie Treend開發的Chrome擴展程式,該擴展的主要功能是“Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player”。
擴展截圖
下載Picture-in-Picture (PiP) for All 4擴展crx文件
下載Picture-in-Picture (PiP) for All 4擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension enables Picture-in-Picture (PiP) for videos being watched on Channel 4's All 4 player. Note: The video will pause for ad breaks. You'll need to return to the browser tab which is playing the video and watch the adverts before playback will resume.
擴展基本資訊
名稱 | Picture-in-Picture (PiP) for All 4 |
ID | knfagafhnbbhippdocjodaoojmmhhidk |
官方網址 | https://chromewebstore.google.com/detail/picture-in-picture-pip-fo/knfagafhnbbhippdocjodaoojmmhhidk |
簡介 | Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player |
檔案大小 | 7.94 KB |
安裝次數 | 847 |
目前版本 | 1.0.1 |
更新時間 | 2022-01-15 |
上架時間 | 2021-03-17 |
評分 | 4.20/5 共 5 次評分 |
開發者 | Ollie Treend |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture-in-Picture (PiP) for All 4", "description": "Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player", "version": "1.0.1", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.channel4.com\/programmes\/*" ], "js": [ "arrive.min.js", "enable-pip.js" ] } ], "icons": { "19": "\/icons\/icon19.png", "38": "\/icons\/icon38.png", "128": "\/icons\/icon128.png" } } |